summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 16:28:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-01 16:28:58 +0000
commited77872adf0852d17a618793832f31e10c3e5fb2 (patch)
treec3a039ae00d6e6177b6d9fbdad9d037100129187 /java
parent15dd5333112e619e44c3db8a8757804483061e80 (diff)
Include both tuscany and spring runtime modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770745 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/implementation-spring/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/itest/implementation-spring/pom.xml b/java/sca/itest/implementation-spring/pom.xml
index 75375e276b..f332890b5c 100644
--- a/java/sca/itest/implementation-spring/pom.xml
+++ b/java/sca/itest/implementation-spring/pom.xml
@@ -43,6 +43,11 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-spring</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>