From 0d45e3ed781fd306d0ee24995648a74666d1bec6 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 19 Aug 2008 16:26:34 +0000 Subject: TUSCANY-2550 - Adding more bindings to the spring bigbank sample. Convert the sample from SCADomain to Node APIs. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687088 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/spring-bigbank-calculator/pom.xml | 177 +++++++++++---------- 1 file changed, 92 insertions(+), 85 deletions(-) (limited to 'java/sca/samples/spring-bigbank-calculator/pom.xml') diff --git a/java/sca/samples/spring-bigbank-calculator/pom.xml b/java/sca/samples/spring-bigbank-calculator/pom.xml index bbd73efc75..95fb9cf18e 100644 --- a/java/sca/samples/spring-bigbank-calculator/pom.xml +++ b/java/sca/samples/spring-bigbank-calculator/pom.xml @@ -1,85 +1,92 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-spring-bigbank-calculator - Apache Tuscany SCA Spring-Based BigBank Calculator Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-script - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-spring - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-rmi - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + ../../pom.xml + + sample-spring-bigbank-calculator + Apache Tuscany SCA Spring-Based BigBank Calculator Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node2-api + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node2-impl + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-script + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-spring + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-rmi + 1.4-SNAPSHOT + runtime + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + -- cgit v1.2.3