summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 11:11:42 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 11:11:42 +0000
commitf20f3c743d281e4d875469209a6821962b1016eb (patch)
treebf98d98ee35065c995ff24bef970f4434becccbc /java
parent99664620cce971a4333ce8f6eda5c639fd73a914 (diff)
Add in servlet host dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/otest/newlayout/tuscany-test-runner/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/otest/newlayout/tuscany-test-runner/pom.xml b/java/sca/otest/newlayout/tuscany-test-runner/pom.xml
index 6dca415bd6..6f9f01e3fd 100644
--- a/java/sca/otest/newlayout/tuscany-test-runner/pom.xml
+++ b/java/sca/otest/newlayout/tuscany-test-runner/pom.xml
@@ -64,6 +64,12 @@
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.oasis-open.sca.assembly</groupId>