[utilities COMMIT] /spring-extensions/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 6 14:06:41 EST 2014


Author: iay
Date: Thu Mar  6 14:06:40 2014
New Revision: 546

URL: http://svn.shibboleth.net/view/utilities?rev=546&view=rev
Log:
Add guava dependency.

Modified:
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=546&r1=545&r2=546&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Thu Mar  6 14:06:40 2014
@@ -46,6 +46,10 @@
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
         </dependency>
         <dependency>
             <!-- Required for HTTPResource. -->



More information about the commits mailing list