summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/tomcat/tomcat-war/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-29 06:51:32 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-29 06:51:32 +0000
commitc48efe064c733422829881feecd263e3e179bcf1 (patch)
treeb9988934341813ebc0ac973df2561852b7fa9da1 /java/sca/distribution/tomcat/tomcat-war/pom.xml
parent67942137823d01f483b007c0d580144f899e11fe (diff)
Go back to eplicit dependencies as the features are dragging extra stuff that doesnt work with the tomcat integration yet and is cauasing failures
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/tomcat/tomcat-war/pom.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/java/sca/distribution/tomcat/tomcat-war/pom.xml b/java/sca/distribution/tomcat/tomcat-war/pom.xml
index cc4e44706c..973e80d67b 100644
--- a/java/sca/distribution/tomcat/tomcat-war/pom.xml
+++ b/java/sca/distribution/tomcat/tomcat-war/pom.xml
@@ -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>