summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/pdetarget
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 15:37:01 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 15:37:01 +0000
commitc4d844839ca7ff6e024d7748264dc6efa9a27e1b (patch)
treeed0ee5bab1f88158398c0db7fcbd463f458cb7d4 /branches/sca-equinox/distribution/pdetarget
parentd30ec839689a4971f35e4e927d7e574584ec1807 (diff)
Add xmlunit as a test dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/distribution/pdetarget')
-rw-r--r--branches/sca-equinox/distribution/pdetarget/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml
index 683d2db3b1..95994d7271 100644
--- a/branches/sca-equinox/distribution/pdetarget/pom.xml
+++ b/branches/sca-equinox/distribution/pdetarget/pom.xml
@@ -37,6 +37,25 @@
<type>pom</type>
<version>1.4-SNAPSHOT</version>
</dependency>
+ <!-- host-tomcat is not in the all-in-one distro -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-tomcat</artifactId>
+ <type>jar</type>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>