diff options
Diffstat (limited to 'java/sca/distribution/tomcat')
-rw-r--r-- | java/sca/distribution/tomcat/tomcat-war/pom.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/java/sca/distribution/tomcat/tomcat-war/pom.xml b/java/sca/distribution/tomcat/tomcat-war/pom.xml index d5b7af53df..cc4e44706c 100644 --- a/java/sca/distribution/tomcat/tomcat-war/pom.xml +++ b/java/sca/distribution/tomcat/tomcat-war/pom.xml @@ -48,9 +48,27 @@ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-web-runtime</artifactId>
+ <artifactId>tuscany-feature-webservice</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>
+ <version>2.0-SNAPSHOT</version>
+ <type>pom</type>
+ </dependency>
+
</dependencies>
<build>
|