[java-identity-provider COMMIT] in /trunk/idp-profile-impl: pom.xml src/test/java/net/shibboleth/idp/profile/impl/Res...

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 16 11:57:08 EST 2012


Author: tzeller
Date: Fri Nov 16 11:57:08 2012
New Revision: 4239

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4239&view=rev
Log:
Test for resolve attributes action, IDP-117.

Added:
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/ResolveAttributesTest.java   (with props)
Modified:
    trunk/idp-profile-impl/pom.xml

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=4239&r1=4238&r2=4239&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Fri Nov 16 11:57:08 2012
@@ -1,6 +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>
 
@@ -36,16 +36,23 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-core</artifactId>
-            <version>${opensaml.version}</version>
+            <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-filter-api</artifactId>
+            <artifactId>idp-attribute-resolver-api</artifactId>
             <version>${project.version}</version>
+            <type>test-jar</type>
+            <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>



More information about the commits mailing list