[java-opensaml COMMIT] in /trunk: opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-impl/pom.xm...

noreply at shibboleth.net noreply at shibboleth.net
Sun Dec 4 15:30:40 GMT 2011


Author: lajoie
Date: Sun Dec  4 15:30:40 2011
New Revision: 2919

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2919&view=rev
Log:
remove duplicate/unneeded deps
note some deps that need to be removed once all refactoring is completed
minor formatting fixups

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

Modified: trunk/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/pom.xml?rev=2919&r1=2918&r2=2919&view=diff
==============================================================================
--- trunk/opensaml-core/pom.xml (original)
+++ trunk/opensaml-core/pom.xml Sun Dec  4 15:30:40 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -29,16 +29,6 @@
 
         <!-- Test Dependencies -->
 
-        <!-- Managed Dependencies -->
-        <dependency>
-            <groupId>joda-time</groupId>
-            <artifactId>joda-time</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-        </dependency>
-
     </dependencies>
 
 </project>

Modified: trunk/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/pom.xml?rev=2919&r1=2918&r2=2919&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/pom.xml (original)
+++ trunk/opensaml-messaging-api/pom.xml Sun Dec  4 15:30:40 2011
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,29 +16,28 @@
     <packaging>jar</packaging>
 
     <dependencies>
-
+    
         <!-- Compile Dependencies -->
         <dependency>
-            <groupId>org.opensaml</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>opensaml-util</artifactId>
             <version>${project.version}</version>
         </dependency>
-
-        <!-- Provided Dependencies -->
-
-        <!-- Runtime Dependencies -->
-
-        <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>
+
+        <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
         </dependency>
 
+        <!-- Runtime Dependencies -->
+
+        <!-- Test Dependencies -->
+        
     </dependencies>
-</project>
+    
+</project>

Modified: trunk/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/pom.xml?rev=2919&r1=2918&r2=2919&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/pom.xml (original)
+++ trunk/opensaml-messaging-impl/pom.xml Sun Dec  4 15:30:40 2011
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -17,7 +18,7 @@
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
-            <groupId>org.opensaml</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>opensaml-messaging-api</artifactId>

[... 728 lines stripped ...]


More information about the commits mailing list