diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-01 16:28:58 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-01 16:28:58 +0000 |
commit | ed77872adf0852d17a618793832f31e10c3e5fb2 (patch) | |
tree | c3a039ae00d6e6177b6d9fbdad9d037100129187 | |
parent | 15dd5333112e619e44c3db8a8757804483061e80 (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
-rw-r--r-- | java/sca/itest/implementation-spring/pom.xml | 5 |
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>
|