Author: indika
Date: Tue Nov  6 22:22:59 2007
New Revision: 592624

URL: http://svn.apache.org/viewvc?rev=592624&view=rev
Log:
remove tomcat servelet-api with javax.servlet

Modified:
    webservices/synapse/branches/1.1/pom.xml

Modified: webservices/synapse/branches/1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/synapse/branches/1.1/pom.xml?rev=592624&r1=592623&r2=592624&view=diff
==============================================================================
--- webservices/synapse/branches/1.1/pom.xml (original)
+++ webservices/synapse/branches/1.1/pom.xml Tue Nov  6 22:22:59 2007
@@ -900,9 +900,9 @@
         </dependency>
 
         <dependency>
-            <groupId>tomcat</groupId>
+            <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>${tomcat.version}</version>
+            <version>${servlet-api.version}</version>
             <scope>provided</scope>
         </dependency>
         <!-- Wrapper jars -->
@@ -1064,7 +1064,7 @@
         <xbean.version>2.2.0</xbean.version>
         <bsf.version>3.0-beta2</bsf.version>
         <groovy.version>1.0</groovy.version>
-        <tomcat.version>5.5.15</tomcat.version>
+        <servlet-api.version>2.3</servlet-api.version>
 
     </properties>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to