diff --git a/org.adempiere.target.platform-feature/feature.xml b/org.adempiere.target.platform-feature/feature.xml
index c5631882ec..c64f70d933 100644
--- a/org.adempiere.target.platform-feature/feature.xml
+++ b/org.adempiere.target.platform-feature/feature.xml
@@ -330,4 +330,11 @@
version="0.0.0"
unpack="false"/>
+
+
diff --git a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
index b97f77192e..31193d8b4a 100644
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -876,8 +876,8 @@
-
-
+
+
@@ -1048,4 +1048,4 @@
-
\ No newline at end of file
+
diff --git a/org.idempiere.parent/pom.xml b/org.idempiere.parent/pom.xml
index 0b44032245..47aac53fc4 100644
--- a/org.idempiere.parent/pom.xml
+++ b/org.idempiere.parent/pom.xml
@@ -500,73 +500,6 @@
${tycho.version}
honor
-
-
- java-package
- javax.xml.ws
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.handler
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.handler.soap
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.http
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.soap
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.spi
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.spi.http
-
- eclipse-plugin
- jaxws-api
-
-
-
- java-package
- javax.xml.ws.wsadressing
-
- eclipse-plugin
- jaxws-api
-
-
-
-
diff --git a/org.idempiere.webservices/META-INF/MANIFEST.MF b/org.idempiere.webservices/META-INF/MANIFEST.MF
index 8f9ebcc1c2..0f23ee8501 100644
--- a/org.idempiere.webservices/META-INF/MANIFEST.MF
+++ b/org.idempiere.webservices/META-INF/MANIFEST.MF
@@ -75,7 +75,6 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
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",
- jaxws-api;bundle-version="0.0.0",
javax.jws-api;bundle-version="1.1.0",
javax.xml.soap-api;bundle-version="1.4.0",
org.springframework.spring-aop;bundle-version="5.1.1",
@@ -86,7 +85,8 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
org.springframework.spring-jcl;bundle-version="5.1.1",
org.springframework.spring-web;bundle-version="5.1.1",
javax.annotation-api;bundle-version="1.3.2",
- com.sun.activation.javax.activation;bundle-version="1.2.0"
+ com.sun.activation.javax.activation;bundle-version="1.2.0",
+ javax.xml.ws;bundle-version="2.1.0"
Bundle-ClassPath: .,
WEB-INF/lib/aopalliance.jar,
WEB-INF/lib/axis.jar,