You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2019/07/16 15:34:11 UTC

svn commit: r1863156 - /santuario/xml-security-java/branches/2.1.x-fixes/pom.xml

Author: coheigea
Date: Tue Jul 16 15:34:11 2019
New Revision: 1863156

URL: http://svn.apache.org/viewvc?rev=1863156&view=rev
Log:
Updating JAXB

Modified:
    santuario/xml-security-java/branches/2.1.x-fixes/pom.xml

Modified: santuario/xml-security-java/branches/2.1.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/2.1.x-fixes/pom.xml?rev=1863156&r1=1863155&r2=1863156&view=diff
==============================================================================
--- santuario/xml-security-java/branches/2.1.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/2.1.x-fixes/pom.xml Tue Jul 16 15:34:11 2019
@@ -482,21 +482,14 @@
                      <version>1.1.1</version>
                  </dependency>
                  <dependency>
-                     <groupId>javax.xml.bind</groupId>
-                     <artifactId>jaxb-api</artifactId>
-                     <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-impl</artifactId>
-                     <scope>test</scope>
-                     <version>2.2.11</version>
-                 </dependency>
-                 <dependency>
-                     <groupId>com.sun.xml.bind</groupId>
-                     <artifactId>jaxb-core</artifactId>
-                     <scope>test</scope>
-                     <version>2.2.11</version>
+                     <groupId>org.glassfish.jaxb</groupId>
+                     <artifactId>jaxb-runtime</artifactId>
+                     <version>2.3.2</version>
                  </dependency>
              </dependencies>
          </profile>