Author: rec
Date: Fri May 31 17:40:50 2013
New Revision: 1488336

URL: http://svn.apache.org/r1488336
Log:
[UIMA-2941] Update to modern Maven plugin dependencies
- Looks like 3.0.4 had a transitive dependency on guava, that needed to be 
added manually now.

Modified:
    uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml

Modified: uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml?rev=1488336&r1=1488335&r2=1488336&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/uimafit-maven-plugin/pom.xml Fri May 31 17:40:50 
2013
@@ -87,6 +87,11 @@
                        <artifactId>qdox</artifactId>
                        <version>1.12.1</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.guava</groupId>
+                       <artifactId>guava</artifactId>
+                       <version>11.0.1</version>
+               </dependency>
        </dependencies>
 
        <build>


Reply via email to