Add host-jetty to avoid test failure

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2008-07-11 18:41:21 +00:00
parent ad90252660
commit 340efb05ca
3 changed files with 7 additions and 0 deletions

View file

@ -101,6 +101,13 @@
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>