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 13:49:45 UTC

svn commit: r1863139 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Tue Jul 16 13:49:45 2019
New Revision: 1863139

URL: http://svn.apache.org/viewvc?rev=1863139&view=rev
Log:
Removing unneeded activation dependency

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1863139&r1=1863138&r2=1863139&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Tue Jul 16 13:49:45 2019
@@ -485,11 +485,6 @@
              </build>
              <dependencies>
                  <dependency>
-                     <groupId>javax.activation</groupId>
-                     <artifactId>activation</artifactId>
-                     <version>1.1.1</version>
-                 </dependency>
-                 <dependency>
                      <groupId>jakarta.xml.bind</groupId>
                      <artifactId>jakarta.xml.bind-api</artifactId>
                      <version>2.3.2</version>