diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/distribution/pdetarget/pom.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml index b2bb363692..256b41c448 100644 --- a/branches/sca-equinox/distribution/pdetarget/pom.xml +++ b/branches/sca-equinox/distribution/pdetarget/pom.xml @@ -39,7 +39,6 @@ </dependency>
<!-- host-tomcat is not in the all-in-one distro -->
- <!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
@@ -52,13 +51,19 @@ </exclusion>
</exclusions>
</dependency>
- -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <type>jar</type>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
- </dependency>
+ </dependency>
+ <!--
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
@@ -70,7 +75,8 @@ <artifactId>httpunit</artifactId>
<version>1.6.1</version>
<scope>test</scope>
- </dependency>
+ </dependency>
+ -->
</dependencies>
<profiles>
|