[utilities COMMIT] /java-support/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 25 16:38:46 EDT 2013
Author: scantor
Date: Fri Oct 25 16:38:46 2013
New Revision: 466
URL: http://svn.shibboleth.net/view/utilities?rev=466&view=rev
Log:
spring-test should be a test dep.
Modified:
java-support/trunk/pom.xml
Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=466&r1=465&r2=466&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Fri Oct 25 16:38:46 2013
@@ -93,6 +93,7 @@
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-test</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
More information about the commits
mailing list