You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/07/27 10:57:48 UTC

svn commit: r560157 - /incubator/tuscany/java/sca/modules/host-http/pom.xml

Author: antelder
Date: Fri Jul 27 01:57:48 2007
New Revision: 560157

URL: http://svn.apache.org/viewvc?view=rev&rev=560157
Log:
Correct servelt api version to ensure we stay wroking with older containers like tomcat 5

Modified:
    incubator/tuscany/java/sca/modules/host-http/pom.xml

Modified: incubator/tuscany/java/sca/modules/host-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-http/pom.xml?view=diff&rev=560157&r1=560156&r2=560157
==============================================================================
--- incubator/tuscany/java/sca/modules/host-http/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/host-http/pom.xml Fri Jul 27 01:57:48 2007
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
+            <version>2.4</version> <!-- to keep compatible with older servlet containers --> 
             <scope>provided</scope>
         </dependency>
     </dependencies>



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