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/04/30 12:06:27 UTC

svn commit: r533660 - /incubator/tuscany/java/sca/modules/http-tomcat/pom.xml

Author: antelder
Date: Mon Apr 30 03:06:26 2007
New Revision: 533660

URL: http://svn.apache.org/viewvc?view=rev&rev=533660
Log:
Exclude the tomcat servlet api jar

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

Modified: incubator/tuscany/java/sca/modules/http-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/http-tomcat/pom.xml?view=diff&rev=533660&r1=533659&r2=533660
==============================================================================
--- incubator/tuscany/java/sca/modules/http-tomcat/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/http-tomcat/pom.xml Mon Apr 30 03:06:26 2007
@@ -60,12 +60,24 @@
             <groupId>org.apache.tomcat</groupId>
             <artifactId>catalina</artifactId>
             <version>6.0.10</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.tomcat</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>coyote</artifactId>
             <version>6.0.10</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.tomcat</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 </project>



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