[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 28 14:40:06 GMT 2011


Author: lajoie
Date: Wed Dec 28 14:40:06 2011
New Revision: 50

URL: http://svn.shibboleth.net/view/java-parent-project?rev=50&view=rev
Log:
add guava to list of managed dependencies

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Dec 28 14:40:06 2011
@@ -160,6 +160,11 @@
                         <artifactId>antisamy</artifactId>
                     </exclusion>
                 </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>com.google.guava</groupId>
+                <artifactId>guava</artifactId>
+                <version>11.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>



More information about the commits mailing list