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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]