Author: slaws
Date: Tue May 5 11:58:10 2009
New Revision: 771680
URL: http://svn.apache.org/viewvc?rev=771680&view=rev
Log:
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.
Modified:
tuscany/branches/sca-java-1.x/itest/http-jsonrpc/ (props changed)
tuscany/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml
Propchange: tuscany/branches/sca-java-1.x/itest/http-jsonrpc/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 5 11:58:10 2009
@@ -0,0 +1,5 @@
+.classpath
+.project
+.settings
+target
+work
Modified: tuscany/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml?rev=771680&r1=771679&r2=771680&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml Tue May 5
11:58:10 2009
@@ -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>