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:56:54 UTC

svn commit: r560156 - /incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml

Author: antelder
Date: Fri Jul 27 01:56:53 2007
New Revision: 560156

URL: http://svn.apache.org/viewvc?view=rev&rev=560156
Log:
Remove exclude as axis2 binidng pom now fixed

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml?view=diff&rev=560156&r1=560155&r2=560156
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/pom.xml Fri Jul 27 01:56:53 2007
@@ -47,13 +47,6 @@
             <artifactId>tuscany-binding-ws-axis2</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
-            <exclusions>
-                <exclusion>
-                    <!-- exclude servlet api, bug in axis2 binding pom -->
-                    <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