Author: coheigea
Date: Tue Jul 16 15:31:28 2019
New Revision: 1863151
URL: http://svn.apache.org/viewvc?rev=1863151&view=rev
Log:
Updating JAXB to 2.3.2
Modified:
webservices/wss4j/branches/2_2_x-fixes/pom.xml
Modified: webservices/wss4j/branches/2_2_x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/2_2_x-fixes/pom.xml?rev=1863151&r1=1863150&r2=1863151&view=diff
==============================================================================
--- webservices/wss4j/branches/2_2_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/2_2_x-fixes/pom.xml Tue Jul 16 15:31:28 2019
@@ -432,25 +432,20 @@
<version>1.1.1</version>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.2.11</version>
- </dependency>
- <dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.2.9</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <scope>test</scope>
- <version>2.2.11</version>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <version>2.3.2</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-core</artifactId>
- <version>2.2.11</version>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>2.3.2</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>