summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/simple-bigbank-spring
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-06 16:42:59 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-11-06 16:42:59 +0000
commit78cb33c9bbcfd8a9994bf5c3b9ba134696259f54 (patch)
tree517361c9c1a1e3179ef8fbfdcbbe54d07fc0e2c4 /java/sca/samples/simple-bigbank-spring
parentce178b299f1098c72ef6c5ead574943ae28febf1 (diff)
Fixes for TUSCANY-2666
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/simple-bigbank-spring')
-rw-r--r--java/sca/samples/simple-bigbank-spring/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/java/sca/samples/simple-bigbank-spring/pom.xml b/java/sca/samples/simple-bigbank-spring/pom.xml
index 192a2bcc62..4a22fa0237 100644
--- a/java/sca/samples/simple-bigbank-spring/pom.xml
+++ b/java/sca/samples/simple-bigbank-spring/pom.xml
@@ -149,6 +149,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>sample-spring-bigbank-checkaccount</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>
@@ -174,6 +181,24 @@
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>2.5.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>2.5.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>2.5.5</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>