[java-identity-provider COMMIT] in /trunk: idp-attribute-api/pom.xml idp-attribute-filter-api/pom.xml idp-attribute-f...

noreply at shibboleth.net noreply at shibboleth.net
Sun Dec 4 15:51:46 GMT 2011


Author: lajoie
Date: Sun Dec  4 15:51:46 2011
New Revision: 4078

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4078&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/idp-attribute-api/pom.xml
    trunk/idp-attribute-filter-api/pom.xml
    trunk/idp-attribute-filter-impl/pom.xml
    trunk/idp-attribute-impl/pom.xml
    trunk/idp-attribute-resolver-api/pom.xml
    trunk/idp-attribute-resolver-impl/pom.xml
    trunk/idp-authn-api/pom.xml
    trunk/idp-authn-impl/pom.xml
    trunk/idp-consent-api/pom.xml
    trunk/idp-consent-impl/pom.xml
    trunk/idp-core/pom.xml
    trunk/idp-metadata-api/pom.xml
    trunk/idp-parent/   (props changed)
    trunk/idp-parent/pom.xml
    trunk/idp-profile-api/pom.xml
    trunk/idp-profile-impl/pom.xml
    trunk/idp-saml-api/pom.xml
    trunk/idp-saml-impl/pom.xml
    trunk/idp-tou-api/pom.xml
    trunk/idp-tou-impl/pom.xml

Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=4078&r1=4077&r2=4078&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml (original)
+++ trunk/idp-attribute-api/pom.xml Sun Dec  4 15:51:46 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>
 
@@ -28,7 +29,6 @@
 
         <!-- Test Dependencies -->
 
-        <!-- Managed Dependencies -->
     </dependencies>
     
-</project>
+</project>

Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=4078&r1=4077&r2=4078&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml (original)
+++ trunk/idp-attribute-filter-api/pom.xml Sun Dec  4 15:51:46 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>
 
@@ -27,7 +28,7 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
+        
     </dependencies>
-</project>
+    
+</project>

Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=4078&r1=4077&r2=4078&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Sun Dec  4 15:51:46 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>
 
@@ -22,6 +23,7 @@
             <version>${project.version}</version>
         </dependency>
        <dependency>
+            <!-- TODO remove this -->
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-authn-api</artifactId>
             <version>${project.version}</version>
@@ -32,7 +34,7 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
+        
     </dependencies>
-</project>
+    
+</project>

Modified: trunk/idp-attribute-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-impl/pom.xml?rev=4078&r1=4077&r2=4078&view=diff
==============================================================================
--- trunk/idp-attribute-impl/pom.xml (original)
+++ trunk/idp-attribute-impl/pom.xml Sun Dec  4 15:51:46 2011
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

[... 627 lines stripped ...]


More information about the commits mailing list