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

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 18 12:31:13 EDT 2013


Author: rdw
Date: Mon Mar 18 12:31:13 2013
New Revision: 4343

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4343&view=rev
Log:
IDP-209, IDP-46, IDP-47  Add some more dependencies.  Filtering depends on the resolver *API* (and the absence of this broken the build with the last checkin).  Tests for the context criteria will require the test run time library from resolver *IMPL* (in test scope and test-jar only).

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=4343&r1=4342&r2=4343&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Mon Mar 18 12:31:13 2013
@@ -23,14 +23,28 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-attribute-resolver-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-                <dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-attribute-filter-api</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-attribute-resolver-impl</artifactId>
             <version>${project.version}</version>
             <type>test-jar</type>
             <scope>test</scope>



More information about the commits mailing list