[java-opensaml COMMIT] in /trunk: opensaml-messaging-api/pom.xml opensaml-saml-api/pom.xml opensaml-soap-api/pom.xml ...

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


Author: scantor
Date: Fri Jan 24 16:19:44 2014
New Revision: 3571

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

Modified:
    trunk/opensaml-messaging-api/pom.xml
    trunk/opensaml-saml-api/pom.xml
    trunk/opensaml-soap-api/pom.xml
    trunk/opensaml-xacml-api/pom.xml
    trunk/opensaml-xacml-saml-api/pom.xml
    trunk/opensaml-xmlsec-impl/pom.xml

Modified: trunk/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/pom.xml (original)
+++ trunk/opensaml-messaging-api/pom.xml Fri Jan 24 16:19:44 2014
@@ -11,7 +11,7 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>OpenSAML :: Messaging API's</name>
+    <name>OpenSAML :: Messaging API</name>
     <artifactId>opensaml-messaging-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/opensaml-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-saml-api/pom.xml (original)
+++ trunk/opensaml-saml-api/pom.xml Fri Jan 24 16:19:44 2014
@@ -11,7 +11,7 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>OpenSAML :: SAML Provider API's</name>
+    <name>OpenSAML :: SAML Provider API</name>
     <artifactId>opensaml-saml-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/opensaml-soap-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-soap-api/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-soap-api/pom.xml (original)
+++ trunk/opensaml-soap-api/pom.xml Fri Jan 24 16:19:44 2014
@@ -11,7 +11,7 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>OpenSAML :: SOAP Provider API's</name>
+    <name>OpenSAML :: SOAP Provider API</name>
     <artifactId>opensaml-soap-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/opensaml-xacml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xacml-api/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-xacml-api/pom.xml (original)
+++ trunk/opensaml-xacml-api/pom.xml Fri Jan 24 16:19:44 2014
@@ -11,7 +11,7 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>OpenSAML :: XACML Provider API's</name>
+    <name>OpenSAML :: XACML Provider API</name>
     <artifactId>opensaml-xacml-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/opensaml-xacml-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xacml-saml-api/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-xacml-saml-api/pom.xml (original)
+++ trunk/opensaml-xacml-saml-api/pom.xml Fri Jan 24 16:19:44 2014
@@ -11,7 +11,7 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>OpenSAML :: SAML XACML Profile APIs</name>
+    <name>OpenSAML :: SAML XACML Profile API</name>
     <artifactId>opensaml-xacml-saml-api</artifactId>
     <packaging>jar</packaging>
 

Modified: trunk/opensaml-xmlsec-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/pom.xml?rev=3571&r1=3570&r2=3571&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/pom.xml (original)
+++ trunk/opensaml-xmlsec-impl/pom.xml Fri Jan 24 16:19:44 2014
@@ -32,37 +32,6 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xml-apis</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>${xerces.groupId}</groupId>
-            <artifactId>serializer</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>xml-resolver</groupId>
-            <artifactId>xml-resolver</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>${xalan.groupId}</groupId>
-            <artifactId>xalan</artifactId>
-            <scope>runtime</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>${xalan.groupId}</groupId>
-                    <artifactId>serializer</artifactId>

[... 7 lines stripped ...]


More information about the commits mailing list