You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/11/21 01:53:56 UTC

svn commit: r1204306 - /oodt/trunk/filemgr/pom.xml

Author: bfoster
Date: Mon Nov 21 00:53:56 2011
New Revision: 1204306

URL: http://svn.apache.org/viewvc?rev=1204306&view=rev
Log:
- fixing broken build... missing Google Guava 

Modified:
    oodt/trunk/filemgr/pom.xml

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1204306&r1=1204305&r2=1204306&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Mon Nov 21 00:53:56 2011
@@ -123,6 +123,11 @@
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>10.0.1</version>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>