Author: antelder
Date: Mon Aug 11 00:06:06 2008
New Revision: 684649
URL: http://svn.apache.org/viewvc?rev=684649&view=rev
Log:
Update dependencies so you can use this module on its own and eveything you
need is brought in transitively
Modified:
tuscany/java/sca/modules/implementation-web-runtime/pom.xml
Modified: tuscany/java/sca/modules/implementation-web-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-runtime/pom.xml?rev=684649&r1=684648&r2=684649&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-web-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-web-runtime/pom.xml Mon Aug 11
00:06:06 2008
@@ -34,7 +34,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-extension-helper</artifactId>
+ <artifactId>tuscany-implementation-web</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>