From 47d1c039679a92dd88a4badfa1248af8b4e7d452 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 17 Feb 2011 14:34:55 +0000 Subject: Add a helloworld sample using implementation.spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071621 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/helloworld-spring-contribution/pom.xml | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 sca-java-2.x/trunk/unreleased/samples/helloworld-spring-contribution/pom.xml (limited to 'sca-java-2.x/trunk/unreleased/samples/helloworld-spring-contribution/pom.xml') diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-contribution/pom.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-contribution/pom.xml new file mode 100644 index 0000000000..3ae3b678e2 --- /dev/null +++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-contribution/pom.xml @@ -0,0 +1,91 @@ + + + + 4.0.0 + + + org.apache.tuscany.sca.samples + tuscany-samples + 2.0-SNAPSHOT + ../pom.xml + + + helloworld-spring-contribution + Tuscany Sample Helloworld using Spring Contribution + + + 2.0-SNAPSHOT + UTF-8 + + + + + + org.apache.tuscany.sca + tuscany-sca-api + ${tuscany.version} + provided + + + + junit + junit + 4.8.1 + test + + + + org.apache.tuscany.sca + tuscany-base-runtime + ${tuscany.version} + test + + + + org.apache.tuscany.sca + tuscany-implementation-spring-runtime + ${tuscany.version} + test + + + + + + install + + + + org.apache.tuscany.maven.plugins + maven-tuscany-plugin + ${tuscany.version} + + + org.apache.tuscany.sca + tuscany-implementation-spring-runtime + ${tuscany.version} + + + + + + + + \ No newline at end of file -- cgit v1.2.3