You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/03/19 19:38:10 UTC

svn commit: r520040 - /incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml

Author: jsdelfino
Date: Mon Mar 19 11:38:09 2007
New Revision: 520040

URL: http://svn.apache.org/viewvc?view=rev&rev=520040
Log:
Adjusted level of servlet API and junit

Modified:
    incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml

Modified: incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml?view=diff&rev=520040&r1=520039&r2=520040
==============================================================================
--- incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml (original)
+++ incubator/tuscany/java/sca/services/transports/http.tomcat/pom.xml Mon Mar 19 11:38:09 2007
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+            <version>2.5</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8</version>
+            <version>4.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org