summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-manager/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 18:26:13 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 18:26:13 +0000
commit5e562dfd98ea819d40c6f5959846cd6ea71f9a11 (patch)
tree1bb866cacf7bc8053116d24e03980355ef04527d /sca-java-2.x/trunk/modules/node-manager/pom.xml
parentd4c6db045bb36ba20a9f0e1e99f54b0064381d78 (diff)
Node management strawman, adding test dependencies to allow running tests from maven command, also ignoring test to avoid issues in jenkins/hudson environment (port conflict)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/node-manager/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/node-manager/pom.xml b/sca-java-2.x/trunk/modules/node-manager/pom.xml
index c48665930d..b29c97bf26 100644
--- a/sca-java-2.x/trunk/modules/node-manager/pom.xml
+++ b/sca-java-2.x/trunk/modules/node-manager/pom.xml
@@ -125,9 +125,21 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rest-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>httpunit</groupId>