You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/31 16:37:01 UTC

svn commit: r709446 - /tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml

Author: rfeng
Date: Fri Oct 31 08:37:01 2008
New Revision: 709446

URL: http://svn.apache.org/viewvc?rev=709446&view=rev
Log:
Add xmlunit as a test dependency

Modified:
    tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml

Modified: tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml?rev=709446&r1=709445&r2=709446&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml (original)
+++ tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml Fri Oct 31 08:37:01 2008
@@ -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>