From 5963a2d3d6860fe57afc138f095bf2d2eb5a7b80 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 7 Oct 2013 22:23:21 +0000 Subject: Official Tuscany 2.0.1 Release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1530096 13f79535-47bb-0310-9956-ffa450edef68 --- .../getting-started/helloworld-webservice/pom.xml | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webservice/pom.xml (limited to 'sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webservice/pom.xml') diff --git a/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webservice/pom.xml new file mode 100644 index 0000000000..b6019f423e --- /dev/null +++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webservice/pom.xml @@ -0,0 +1,126 @@ + + + + 4.0.0 + + + org.apache.tuscany.sca.samples + tuscany-samples + 2.0.1 + + + + helloworld-webservice + 2.0.1 + + Apache Tuscany SCA Samples Helloworld Web Service + + + ${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 + + + + junit + junit + 4.8.1 + test + + + + org.apache.tuscany.sca + tuscany-base-runtime + ${tuscany.version} + test + + + + org.apache.tuscany.sca + tuscany-binding-ws-runtime-axis2 + ${tuscany.version} + test + + + + org.codehaus.woodstox + wstx-asl + 3.2.9 + test + + + + org.mortbay.jetty + jetty + 6.1.26 + test + + + + + + + + + + + org.apache.tuscany.sca + tuscany-maven-plugin + ${tuscany.version} + + + org.apache.tuscany.sca + tuscany-binding-ws-runtime-axis2 + ${tuscany.version} + + + org.codehaus.woodstox + wstx-asl + 3.2.9 + + + + + + + + -- cgit v1.2.3