Author: rfeng
Date: Fri Nov 14 13:06:20 2008
New Revision: 714142
URL: http://svn.apache.org/viewvc?rev=714142&view=rev
Log:
Update dependencies
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=714142&r1=714141&r2=714142&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml (original)
+++ tuscany/branches/sca-equinox/distribution/pdetarget/pom.xml Fri Nov 14
13:06:20 2008
@@ -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>