Can you tell us what modules are failing?
Thanks,
Raymond
--------------------------------------------------
From: <[email protected]>
Sent: Thursday, May 28, 2009 11:51 PM
To: <[email protected]>
Subject: svn commit: r779869 -
/tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml
Author: antelder
Date: Fri May 29 06:51:32 2009
New Revision: 779869
URL: http://svn.apache.org/viewvc?rev=779869&view=rev
Log:
Go back to eplicit dependencies as the features are dragging extra stuff
that doesnt work with the tomcat integration yet and is cauasing failures
Modified:
tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml
Modified: tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml?rev=779869&r1=779868&r2=779869&view=diff
==============================================================================
--- tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml (original)
+++ tuscany/java/sca/distribution/tomcat/tomcat-war/pom.xml Fri May 29
06:51:32 2009
@@ -48,25 +48,13 @@
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-webservice</artifactId>
+ <artifactId>tuscany-implementation-web-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- <type>pom</type>
- <exclusions>
- <exclusion>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-jetty</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-tomcat</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-webapp</artifactId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
- <type>pom</type>
</dependency>
</dependencies>