[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 11 12:39:40 EDT 2014
Author: iay
Date: Tue Mar 11 12:39:40 2014
New Revision: 355
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=355&view=rev
Log:
Correct scope for Bouncy Castle, currently only used directly in tests (although used indirectly by vt-crypt).
Modified:
trunk/aggregator-pipeline/pom.xml
Modified: trunk/aggregator-pipeline/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/pom.xml?rev=355&r1=354&r2=355&view=diff
==============================================================================
--- trunk/aggregator-pipeline/pom.xml (original)
+++ trunk/aggregator-pipeline/pom.xml Tue Mar 11 12:39:40 2014
@@ -50,6 +50,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
More information about the commits
mailing list