[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Jan 13 11:33:09 EST 2013
Author: rdw
Date: Sun Jan 13 11:33:09 2013
New Revision: 4267
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4267&view=rev
Log:
Forgot to modify the pom file to include hsql
Modified:
trunk/idp-attribute-resolver-impl/pom.xml
Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=4267&r1=4266&r2=4267&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Sun Jan 13 11:33:09 2013
@@ -35,7 +35,7 @@
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
</dependency>
-
+
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
@@ -76,6 +76,14 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>2.2.9</version>
+ <scope>test</scope>
+ </dependency>
+
+
</dependencies>
</project>
More information about the commits
mailing list