[java-metadata-aggregator COMMIT] in /trunk: aggregator-parent/pom.xml aggregator-pipeline/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 16 05:40:44 EDT 2013


Author: iay
Date: Mon Sep 16 05:40:44 2013
New Revision: 252

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=252&view=rev
Log:
Fix up some Maven dependencies.

Modified:
    trunk/aggregator-parent/pom.xml
    trunk/aggregator-pipeline/pom.xml

Modified: trunk/aggregator-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-parent/pom.xml?rev=252&r1=251&r2=252&view=diff
==============================================================================
--- trunk/aggregator-parent/pom.xml (original)
+++ trunk/aggregator-parent/pom.xml Mon Sep 16 05:40:44 2013
@@ -67,6 +67,10 @@
             <groupId>edu.vt.middleware</groupId>
             <artifactId>vt-crypt</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
         <dependency>

Modified: trunk/aggregator-pipeline/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/pom.xml?rev=252&r1=251&r2=252&view=diff
==============================================================================
--- trunk/aggregator-pipeline/pom.xml (original)
+++ trunk/aggregator-pipeline/pom.xml Mon Sep 16 05:40:44 2013
@@ -21,12 +21,20 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>            
         </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+        </dependency>
         
     </dependencies>
 



More information about the commits mailing list