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

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 6 07:11:50 EST 2014


Author: rdw
Date: Thu Feb  6 07:11:50 2014
New Revision: 5321

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5321&view=rev
Log:
IDP-315 kill off all references to idp-mapper and fix resultant breakages

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

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=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml (original)
+++ trunk/idp-attribute-filter-api/pom.xml Thu Feb  6 07:11:50 2014
@@ -27,10 +27,11 @@
             <artifactId>idp-core</artifactId>
             <version>${project.version}</version>
         </dependency>
+
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-mapper-api</artifactId>
-            <version>${project.version}</version>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
         </dependency>
 
         <!-- Provided Dependencies -->

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=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Thu Feb  6 07:11:50 2014
@@ -30,11 +30,6 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-attribute-resolver-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-mapper-api</artifactId>
             <version>${project.version}</version>
         </dependency>
 

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=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Thu Feb  6 07:11:50 2014
@@ -98,18 +98,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-mapper-api</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-mapper-impl</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>${opensaml.groupId}</groupId>

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Thu Feb  6 07:11:50 2014
@@ -49,6 +49,12 @@
             <version>${project.version}</version>
         </dependency>
         
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-saml-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+ 
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-profile-api</artifactId>

Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Thu Feb  6 07:11:50 2014
@@ -24,7 +24,7 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-mapper-api</artifactId>
+            <artifactId>idp-attribute-resolver-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Thu Feb  6 07:11:50 2014

[... 19 lines stripped ...]


More information about the commits mailing list