You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/04/06 10:33:36 UTC

svn commit: r1089350 - /uima/sandbox/trunk/Lucas/pom.xml

Author: tommaso
Date: Wed Apr  6 08:33:35 2011
New Revision: 1089350

URL: http://svn.apache.org/viewvc?rev=1089350&view=rev
Log:
[UIMA-2109] - update log4j and easymock versions (updating Lucene libraries requires a huge refactoring)

Modified:
    uima/sandbox/trunk/Lucas/pom.xml

Modified: uima/sandbox/trunk/Lucas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Lucas/pom.xml?rev=1089350&r1=1089349&r2=1089350&view=diff
==============================================================================
--- uima/sandbox/trunk/Lucas/pom.xml (original)
+++ uima/sandbox/trunk/Lucas/pom.xml Wed Apr  6 08:33:35 2011
@@ -98,13 +98,13 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymockclassextension</artifactId>
-      <version>2.4</version>
+      <version>3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.4</version>
+      <version>4.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>