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

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 25 07:26:57 EDT 2013


Author: rdw
Date: Mon Mar 25 07:26:57 2013
New Revision: 4356

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4356&view=rev
Log:
IDP-278 Dammit,  I missed the checkin for the pom *again*

Modified:
    trunk/idp-attribute-filter-impl/pom.xml

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=4356&r1=4355&r2=4356&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Mon Mar 25 07:26:57 2013
@@ -56,6 +56,22 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${opensaml.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
     
 </project>



More information about the commits mailing list