IDEMPIERE-3946 - cxf version on webservices and dependencies on target platform
This commit is contained in:
parent
47bf2d8a46
commit
042740a2dc
File diff suppressed because one or more lines are too long
|
@ -428,4 +428,18 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.cxf.cxf-rt-security"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.cxf.rt-ws-transfer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<artifactItem>
|
||||
<groupId>org.outerj.daisy</groupId>
|
||||
<artifactId>daisydiff</artifactId>
|
||||
<version>1.1.14-atlassian-hosted</version>
|
||||
<version>1.1.15-atlassian-hosted</version>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.zkoss.zkforge</groupId>
|
||||
|
@ -91,4 +91,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -1337,4 +1337,4 @@
|
|||
</location>
|
||||
</locations>
|
||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
|
||||
</target>
|
||||
</target>
|
|
@ -59,24 +59,24 @@ Import-Package: javax.activation,
|
|||
Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
|
||||
org.adempiere.ui;bundle-version="0.0.0",
|
||||
org.apache.ecs;bundle-version="0.0.0",
|
||||
org.apache.cxf.cxf-core;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-core;bundle-version="3.3.1",
|
||||
org.apache.neethi;bundle-version="3.1.1",
|
||||
org.apache.ws.xmlschema.core;bundle-version="2.2.3",
|
||||
org.apache.commons.discovery;bundle-version="0.5.0",
|
||||
stax2-api;bundle-version="4.1.0",
|
||||
org.apache.cxf.cxf-rt-frontend-jaxrs;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-frontend-jaxws;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-bindings-soap;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-bindings-xml;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-databinding-jaxb;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-frontend-simple;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-transports-http;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-wsdl;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-frontend-jaxrs;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-frontend-jaxws;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-bindings-soap;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-bindings-xml;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-databinding-jaxb;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-frontend-simple;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-transports-http;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-wsdl;bundle-version="3.3.1",
|
||||
org.aopalliance;bundle-version="1.0.0",
|
||||
org.apache.xml.resolver;bundle-version="1.2.0",
|
||||
org.apache.cxf.cxf-rt-transports-http-jetty;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-ws-addr;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-ws-policy;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-transports-http-jetty;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-ws-addr;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-ws-policy;bundle-version="3.3.1",
|
||||
org.apache.cxf.cxf-rt-databinding-xmlbeans;bundle-version="3.1.17",
|
||||
org.apache.xmlbeans;bundle-version="3.0.1",
|
||||
org.apache.servicemix.bundles.spring-aop,
|
||||
|
@ -90,7 +90,7 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
|
|||
org.apache.cxf.cxf-rt-rs-extension-providers;bundle-version="3.1.17",
|
||||
javax.annotation-api;bundle-version="1.3.2",
|
||||
org.glassfish.jersey.core.jersey-common;bundle-version="2.22.1",
|
||||
org.apache.cxf.cxf-rt-rs-service-description;bundle-version="3.2.6",
|
||||
org.apache.cxf.cxf-rt-rs-service-description;bundle-version="3.3.1",
|
||||
org.glassfish.hk2.osgi-resource-locator;bundle-version="2.5.0",
|
||||
org.glassfish.hk2.api;bundle-version="2.5.0",
|
||||
org.glassfish.hk2.locator;bundle-version="2.5.0",
|
||||
|
|
Loading…
Reference in New Issue