summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:06:06 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:06:06 +0000
commit56761ea5fdb24c36c112a1f1bb9a78428c543a97 (patch)
tree1d764140ea7480d0e759933df1839cfc3d56bdb2 /java/sca/modules/implementation-web-runtime/pom.xml
parent882c37efdbbb751bfa7a074f19e5e98debd56abd (diff)
Update dependencies so you can use this module on its own and eveything you need is brought in transitively
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-web-runtime/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/java/sca/modules/implementation-web-runtime/pom.xml b/java/sca/modules/implementation-web-runtime/pom.xml
index 44dfd0cc3a..602b927c80 100644
--- a/java/sca/modules/implementation-web-runtime/pom.xml
+++ b/java/sca/modules/implementation-web-runtime/pom.xml
@@ -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>