[java-identity-provider COMMIT] /trunk/idp-attribute-filter-spring/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 15 14:07:14 EDT 2013


Author: rdw
Date: Mon Jul 15 14:07:14 2013
New Revision: 4570

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4570&view=rev
Log:
Fix not quite right pom.

Modified:
    trunk/idp-attribute-filter-spring/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=4570&r1=4569&r2=4570&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Mon Jul 15 14:07:14 2013
@@ -47,17 +47,13 @@
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-filter-api</artifactId>
-            <version>${project.version}</version>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${opensaml.version}</version>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-attribute-filter-impl</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
+
 
         <!-- Managed Dependencies -->
     </dependencies>



More information about the commits mailing list