diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 21:06:20 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 21:06:20 +0000 |
commit | 6720e5f8ad276be5a9c6719150d9c40588652b6e (patch) | |
tree | a89575a9d512bcc70809a854fb41fdc3d332f22c /branches/sca-equinox | |
parent | 3a8a0343fc95986017f8c62c5805e7cf40d44756 (diff) |
Update dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-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>
|