summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 09:55:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 09:55:17 +0000
commitb390d9c0981da669437fb259adf3d576406dab17 (patch)
tree93e760135dd35dfeaf898f292836e229189effc7 /java/sca/otest/current/tests/pom.xml
parent11a3882e60836521946a38d80334e39bb0dd45d5 (diff)
Add missing dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/otest/current/tests/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/otest/current/tests/pom.xml b/java/sca/otest/current/tests/pom.xml
index cfa311844f..892c40360f 100644
--- a/java/sca/otest/current/tests/pom.xml
+++ b/java/sca/otest/current/tests/pom.xml
@@ -43,6 +43,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>