From bad1f71da1978610806427e2e2a2f96a2fb5b88e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 12 Apr 2012 09:14:28 +0000 Subject: Tag 2.0 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1325166 13f79535-47bb-0310-9956-ffa450edef68 --- .../getting-started/helloworld-withdeps/pom.xml | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-withdeps/pom.xml (limited to 'sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-withdeps/pom.xml') diff --git a/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-withdeps/pom.xml new file mode 100644 index 0000000000..a2890b48d8 --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-withdeps/pom.xml @@ -0,0 +1,120 @@ + + + + 4.0.0 + + + org.apache.tuscany.sca.samples + tuscany-samples + 2.0 + + + helloworld-withdeps + 2.0 + + Apache Tuscany SCA Samples Helloworld With Dependencies + + + ${project.version} + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + + + + org.apache.tuscany.sca + tuscany-sca-api + ${tuscany.version} + provided + + + + org.apache.commons + commons-lang3 + 3.0 + + + + junit + junit + 4.8.1 + test + + + + org.apache.tuscany.sca + tuscany-base-runtime + ${tuscany.version} + test + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + zip + package + + single + + + false + + src/main/assembly/zip.xml + + + + + + + + + org.apache.tuscany.sca + tuscany-maven-plugin + ${tuscany.version} + + + + + + + -- cgit v1.2.3