This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new e272c5e945 [CXF-9092]remove unnecessary jakarta.jws-api dependency
e272c5e945 is described below
commit e272c5e9452eddfbbfe3c7b11140f83308a59697
Author: Freeman Fang <[email protected]>
AuthorDate: Fri Dec 20 10:18:39 2024 -0500
[CXF-9092]remove unnecessary jakarta.jws-api dependency
---
distribution/manifest/pom.xml | 5 -----
distribution/pom.xml | 4 ----
.../codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml | 5 -----
.../codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml | 5 -----
maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml | 5 -----
.../codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml | 5 -----
parent/pom.xml | 6 ------
rt/bindings/soap/pom.xml | 4 ----
services/sts/systests/advanced/pom.xml | 4 ----
services/sts/systests/basic/pom.xml | 4 ----
services/wsn/wsn-core/pom.xml | 4 ----
services/xkms/xkms-common/pom.xml | 4 ----
testutils/pom.xml | 6 ------
tools/common/pom.xml | 14 ++++----------
14 files changed, 4 insertions(+), 71 deletions(-)
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index b44ab00847..d58409a8ae 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -326,11 +326,6 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>${cxf.jakarta.jwsapi.version}</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index e6dd301db0..51f85ef4b1 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -415,10 +415,6 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
diff --git
a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
index ea57f60abb..04f8593eea 100644
--- a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
@@ -92,11 +92,6 @@
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>3.0.0</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
diff --git a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
index f156353cf8..0d7f821267 100644
--- a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
@@ -127,11 +127,6 @@
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>3.0.0</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
diff --git a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
index b115a62caa..5800611efd 100644
--- a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
@@ -90,11 +90,6 @@
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>3.0.0</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
diff --git
a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
index 7bdc64e0ae..f3af090016 100644
--- a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml
@@ -92,11 +92,6 @@
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>3.0.0</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index abf4f0d6cb..db6213fbf4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -138,7 +138,6 @@
<cxf.jakarta.mail.version>2.1.3</cxf.jakarta.mail.version>
<cxf.jakarta.injectapi.version>2.0.1</cxf.jakarta.injectapi.version>
<cxf.jakarta.interceptorapi.version>2.1.0</cxf.jakarta.interceptorapi.version>
- <cxf.jakarta.jwsapi.version>3.0.0</cxf.jakarta.jwsapi.version>
<cxf.jakarta.soapapi.version>3.0.2</cxf.jakarta.soapapi.version>
<cxf.jakarta.wsapi.version>4.0.2</cxf.jakarta.wsapi.version>
<cxf.jakarta.jms.version>3.1.0</cxf.jakarta.jms.version>
@@ -1663,11 +1662,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>${cxf.jakarta.jwsapi.version}</version>
- </dependency>
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml
index f3b370eb5a..f6b2ca4b70 100644
--- a/rt/bindings/soap/pom.xml
+++ b/rt/bindings/soap/pom.xml
@@ -45,10 +45,6 @@
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
diff --git a/services/sts/systests/advanced/pom.xml
b/services/sts/systests/advanced/pom.xml
index a8bd21fcd6..9240799a4c 100644
--- a/services/sts/systests/advanced/pom.xml
+++ b/services/sts/systests/advanced/pom.xml
@@ -40,10 +40,6 @@
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff --git a/services/sts/systests/basic/pom.xml
b/services/sts/systests/basic/pom.xml
index ad4d1f003b..8ecdfdebc9 100644
--- a/services/sts/systests/basic/pom.xml
+++ b/services/sts/systests/basic/pom.xml
@@ -40,10 +40,6 @@
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index d7f863a070..7b79da3532 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -41,10 +41,6 @@
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
diff --git a/services/xkms/xkms-common/pom.xml
b/services/xkms/xkms-common/pom.xml
index 5232da836e..6e5868eade 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -39,10 +39,6 @@
</cxf.osgi.import>
</properties>
<dependencies>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- </dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
diff --git a/testutils/pom.xml b/testutils/pom.xml
index e845801fad..388c5b0ffe 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -48,12 +48,6 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
diff --git a/tools/common/pom.xml b/tools/common/pom.xml
index 9671b40b56..fb26b5c150 100644
--- a/tools/common/pom.xml
+++ b/tools/common/pom.xml
@@ -38,15 +38,14 @@
</cxf.osgi.import>
</properties>
<dependencies>
- <dependency>
- <groupId>jakarta.jws</groupId>
- <artifactId>jakarta.jws-api</artifactId>
- <version>${cxf.jakarta.jwsapi.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>jakarta.xml.ws</groupId>
+ <artifactId>jakarta.xml.ws-api</artifactId>
+ </dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
@@ -80,11 +79,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>jakarta.xml.ws</groupId>
- <artifactId>jakarta.xml.ws-api</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>