You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/03/11 19:23:45 UTC

svn commit: r636051 - /incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml

Author: rfeng
Date: Tue Mar 11 11:23:42 2008
New Revision: 636051

URL: http://svn.apache.org/viewvc?rev=636051&view=rev
Log:
Fix for TUSCANY-2072 by excluding the servlet-api from rampart*

Modified:
    incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml?rev=636051&r1=636050&r2=636051&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml Tue Mar 11 11:23:42 2008
@@ -306,6 +306,10 @@
 					<groupId>xmlbeans</groupId>
 					<artifactId>xbean</artifactId>
 				</exclusion>
+                <exclusion>
+                   <groupId>javax.servlet</groupId>
+                   <artifactId>servlet-api</artifactId>
+               </exclusion>
             </exclusions>
         </dependency>
 
@@ -326,6 +330,10 @@
 					<groupId>xmlbeans</groupId>
 					<artifactId>xbean</artifactId>
 				</exclusion>
+                <exclusion>
+                   <groupId>javax.servlet</groupId>
+                   <artifactId>servlet-api</artifactId>
+               </exclusion>
             </exclusions>
         </dependency>
 
@@ -350,6 +358,10 @@
 					<groupId>xmlbeans</groupId>
 					<artifactId>xbean</artifactId>
 				</exclusion>
+                <exclusion>
+                   <groupId>javax.servlet</groupId>
+                   <artifactId>servlet-api</artifactId>
+               </exclusion>                
             </exclusions>
         </dependency>
         <dependency>



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