[java-identity-provider COMMIT] in /trunk: idp-attribute-filter-spring/pom.xml idp-attribute-resolver-impl/pom.xml id...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 24 16:19:49 EST 2014


Author: scantor
Date: Fri Jan 24 16:19:49 2014
New Revision: 5240

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5240&view=rev
Log:
IDP-262: Remove dependency on Xerces/Xalan and endorsement in POMs

Modified:
    trunk/idp-attribute-filter-spring/pom.xml
    trunk/idp-attribute-resolver-impl/pom.xml
    trunk/idp-attribute-resolver-spring/pom.xml
    trunk/idp-saml-api/pom.xml
    trunk/idp-saml-impl/pom.xml

Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=5240&r1=5239&r2=5240&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Fri Jan 24 16:19:49 2014
@@ -54,11 +54,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=5240&r1=5239&r2=5240&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Fri Jan 24 16:19:49 2014
@@ -76,11 +76,6 @@
 
         <!-- Runtime Dependencies -->
         <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>javax.json</artifactId>
             <scope>runtime</scope>

Modified: trunk/idp-attribute-resolver-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/pom.xml?rev=5240&r1=5239&r2=5240&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Fri Jan 24 16:19:49 2014
@@ -75,11 +75,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>

Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=5240&r1=5239&r2=5240&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Fri Jan 24 16:19:49 2014
@@ -82,11 +82,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=5240&r1=5239&r2=5240&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Fri Jan 24 16:19:49 2014
@@ -95,11 +95,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>



More information about the commits mailing list