summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-05 11:58:10 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-05 11:58:10 +0000
commitacb81d7cbad6c0f1fc7daf77038fa5e254b1be65 (patch)
treea83c1da8447cf63cb5cf3e696ad9eb5cf834ccbc
parent01178cf6ceaa5ce588854a67f9228fc70644f46c (diff)
Add host-jetty dependency as binging-http needs are servlet host. For some reason this test works OK in Eclipse but doesn't work in Maven. So eclipse is picking up the jetty dependency from somewhere else. Ass some ignores also.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771680 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/itest/http-jsonrpc/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml
index 3ccb8f1e79..cf9b6a4b57 100644
--- a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml
+++ b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml
@@ -48,6 +48,13 @@
<version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>