summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/host-webapp/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-12 23:45:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-12 23:45:10 +0000
commit70d4e6049790789d4600b5ad65262543d05210da (patch)
treedac591da52277fc8de8bde0e10157567ff707719 /branches/sca-equinox/modules/host-webapp/pom.xml
parentec6c8e3082d0a6768483f476794c5e2b042ddfb7 (diff)
Update the host-webapp to use Node API
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/host-webapp/pom.xml')
-rw-r--r--branches/sca-equinox/modules/host-webapp/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-webapp/pom.xml b/branches/sca-equinox/modules/host-webapp/pom.xml
index a079b1d6a7..8eaa40f406 100644
--- a/branches/sca-equinox/modules/host-webapp/pom.xml
+++ b/branches/sca-equinox/modules/host-webapp/pom.xml
@@ -41,7 +41,14 @@
<artifactId>tuscany-host-http</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
-
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-api</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>