diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-07 16:12:23 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-07 16:12:23 +0000 |
commit | d0215cd1c18485e6670f62b009b5231cc3fc90ad (patch) | |
tree | 850b196dab40b7e66e8c032fe71b02fc2300ddf4 /branches/sca-java-1.x/itest | |
parent | 6366831f34aaf3d376067a68463e8d2928a7ac5b (diff) |
Changing Spring Dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest')
-rw-r--r-- | branches/sca-java-1.x/itest/spring/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/spring/pom.xml b/branches/sca-java-1.x/itest/spring/pom.xml index 2cdc8a8492..dbeebc48f1 100644 --- a/branches/sca-java-1.x/itest/spring/pom.xml +++ b/branches/sca-java-1.x/itest/spring/pom.xml @@ -60,6 +60,13 @@ <version>1.6-SNAPSHOT</version> <scope>runtime</scope> </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-implementation-spring-runtime</artifactId> + <version>1.6-SNAPSHOT</version> + <scope>runtime</scope> + </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> |