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:48:31 UTC

svn commit: r1089357 - /uima/sandbox/trunk/SimpleServer/pom.xml

Author: tommaso
Date: Wed Apr  6 08:48:31 2011
New Revision: 1089357

URL: http://svn.apache.org/viewvc?rev=1089357&view=rev
Log:
[UIMA-2109] - update servlet-api and junit versions for SimpleServer

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

Modified: uima/sandbox/trunk/SimpleServer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SimpleServer/pom.xml?rev=1089357&r1=1089356&r2=1089357&view=diff
==============================================================================
--- uima/sandbox/trunk/SimpleServer/pom.xml (original)
+++ uima/sandbox/trunk/SimpleServer/pom.xml Wed Apr  6 08:48:31 2011
@@ -102,14 +102,14 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.0</version>
+			<version>4.8.2</version>
 			<scope>test</scope>
 		</dependency>
 
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <scope>provided</scope>
     </dependency>