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 09:00:46 UTC

svn commit: r1089327 - /uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml

Author: tommaso
Date: Wed Apr  6 07:00:45 2011
New Revision: 1089327

URL: http://svn.apache.org/viewvc?rev=1089327&view=rev
Log:
[UIMA-2109] - set ConfigurableFeatureExtractor junit version to 4.8.2

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

Modified: uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml?rev=1089327&r1=1089326&r2=1089327&view=diff
==============================================================================
--- uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml (original)
+++ uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml Wed Apr  6 07:00:45 2011
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.8.2</version>
       <scope>test</scope>
     </dependency>