summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-07 16:12:23 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-07 16:12:23 +0000
commitd0215cd1c18485e6670f62b009b5231cc3fc90ad (patch)
tree850b196dab40b7e66e8c032fe71b02fc2300ddf4 /branches
parent6366831f34aaf3d376067a68463e8d2928a7ac5b (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')
-rw-r--r--branches/sca-java-1.x/itest/spring/pom.xml7
-rw-r--r--branches/sca-java-1.x/modules/implementation-spring-old/pom.xml2
-rw-r--r--branches/sca-java-1.x/modules/pom.xml1
-rw-r--r--branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml7
-rw-r--r--branches/sca-java-1.x/samples/spring-bigbank-calculator/pom.xml7
-rw-r--r--branches/sca-java-1.x/samples/spring-bigbank-checkaccount/pom.xml9
-rw-r--r--branches/sca-java-1.x/samples/spring-bigbank-stockquote/pom.xml7
7 files changed, 38 insertions, 2 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>
diff --git a/branches/sca-java-1.x/modules/implementation-spring-old/pom.xml b/branches/sca-java-1.x/modules/implementation-spring-old/pom.xml
index c0ad185366..6a81cb35bd 100644
--- a/branches/sca-java-1.x/modules/implementation-spring-old/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-spring-old/pom.xml
@@ -25,7 +25,7 @@
<version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-implementation-spring</artifactId>
+ <artifactId>tuscany-implementation-spring-old</artifactId>
<name>Apache Tuscany SCA Spring Framework Implementation Extension</name>
<dependencies>
diff --git a/branches/sca-java-1.x/modules/pom.xml b/branches/sca-java-1.x/modules/pom.xml
index e2d5ba723e..e575a4ad99 100644
--- a/branches/sca-java-1.x/modules/pom.xml
+++ b/branches/sca-java-1.x/modules/pom.xml
@@ -156,6 +156,7 @@
<module>implementation-resource-runtime</module>
<module>implementation-script</module>
<module>implementation-spring</module>
+ <module>implementation-spring-runtime</module>
<module>implementation-web</module>
<module>implementation-web-runtime</module>
<module>implementation-widget</module>
diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
index c3af292c91..6c136efa04 100644
--- a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
+++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
@@ -104,6 +104,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>
diff --git a/branches/sca-java-1.x/samples/spring-bigbank-calculator/pom.xml b/branches/sca-java-1.x/samples/spring-bigbank-calculator/pom.xml
index 4898fd70dc..7d2356113d 100644
--- a/branches/sca-java-1.x/samples/spring-bigbank-calculator/pom.xml
+++ b/branches/sca-java-1.x/samples/spring-bigbank-calculator/pom.xml
@@ -70,6 +70,13 @@
<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>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
diff --git a/branches/sca-java-1.x/samples/spring-bigbank-checkaccount/pom.xml b/branches/sca-java-1.x/samples/spring-bigbank-checkaccount/pom.xml
index 54bcd121e3..1e290535f9 100644
--- a/branches/sca-java-1.x/samples/spring-bigbank-checkaccount/pom.xml
+++ b/branches/sca-java-1.x/samples/spring-bigbank-checkaccount/pom.xml
@@ -69,12 +69,19 @@
<scope>runtime</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring</artifactId>
<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>
diff --git a/branches/sca-java-1.x/samples/spring-bigbank-stockquote/pom.xml b/branches/sca-java-1.x/samples/spring-bigbank-stockquote/pom.xml
index 8b13a1883f..1f57e4990d 100644
--- a/branches/sca-java-1.x/samples/spring-bigbank-stockquote/pom.xml
+++ b/branches/sca-java-1.x/samples/spring-bigbank-stockquote/pom.xml
@@ -63,6 +63,13 @@
<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>
<artifactId>tuscany-binding-ws-axis2</artifactId>