[java-idp-testbed COMMIT] in /trunk: pom.xml src/test/java/idp/saml1/SAML1AttributeQueryTest.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 7 18:29:59 EDT 2014


Author: tzeller
Date: Mon Apr  7 18:29:58 2014
New Revision: 176

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=176&view=rev
Log:
IDP-220 Initial SAML 1 attribute query test.

Added:
    trunk/src/test/java/idp/saml1/SAML1AttributeQueryTest.java   (with props)
Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=176&r1=175&r2=176&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Apr  7 18:29:58 2014
@@ -212,6 +212,13 @@
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
             </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
+            <type>test-jar</type>
         </dependency>
 
     </dependencies>



More information about the commits mailing list