This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new a529d2d Clean up JAX-WS dependencies
a529d2d is described below
commit a529d2dbecae2e2e1e96c57292df987baa48981d
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Jan 3 15:19:50 2021 +0000
Clean up JAX-WS dependencies
- Remove duplicate jaxws-rt.
- Use a single property for jaxws-rt and jaxws-tools.
---
pom.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 05401ed..a510b8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,7 +530,6 @@
<!-- The build failing if tests are skipped is very annoying -->
<failIfNoTests>false</failIfNoTests>
<m2Repository>'${settings.localRepository}'</m2Repository>
- <jaxws.tools.version>2.3.3</jaxws.tools.version>
<jaxws.rt.version>2.3.3</jaxws.rt.version>
<jaxws.api.version>2.3.1</jaxws.api.version>
<jsr311.api.version>1.1.1</jsr311.api.version>
@@ -621,11 +620,6 @@
<version>1.4.2</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.3.3</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.5.2</version>
@@ -633,7 +627,7 @@
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
- <version>${jaxws.tools.version}</version>
+ <version>${jaxws.rt.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>