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:39:14 UTC

svn commit: r1089353 - /uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml

Author: tommaso
Date: Wed Apr  6 08:39:13 2011
New Revision: 1089353

URL: http://svn.apache.org/viewvc?rev=1089353&view=rev
Log:
[UIMA-2109] - update commons-io and junit versions for OpenCalaisAnnotator

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

Modified: uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml?rev=1089353&r1=1089352&r2=1089353&view=diff
==============================================================================
--- uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml Wed Apr  6 08:39:13 2011
@@ -84,13 +84,13 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.7</version>
+      <version>4.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.4</version>
+      <version>2.0.1</version>
     </dependency>
 	</dependencies>
 	<build>