[java-opensaml COMMIT] /trunk/opensaml-saml-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 13 15:42:07 EDT 2013
Author: scantor
Date: Thu Jun 13 15:42:07 2013
New Revision: 3385
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3385&view=rev
Log:
Add non test-jar dependency on storage-impl
Modified:
trunk/opensaml-saml-impl/pom.xml
Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=3385&r1=3384&r2=3385&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Thu Jun 13 15:42:07 2013
@@ -95,6 +95,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-storage-impl</artifactId>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
More information about the commits
mailing list