From 9425990f532b1152c2d73db96c0f07ef5216a3d1 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 12 Nov 2009 00:43:48 +0000 Subject: Moving 2.x contribs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835178 13f79535-47bb-0310-9956-ffa450edef68 --- .../contrib/samples/helloworld-ws-service/pom.xml | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 sca-java-2.x/contrib/samples/helloworld-ws-service/pom.xml (limited to 'sca-java-2.x/contrib/samples/helloworld-ws-service/pom.xml') diff --git a/sca-java-2.x/contrib/samples/helloworld-ws-service/pom.xml b/sca-java-2.x/contrib/samples/helloworld-ws-service/pom.xml new file mode 100644 index 0000000000..a895191917 --- /dev/null +++ b/sca-java-2.x/contrib/samples/helloworld-ws-service/pom.xml @@ -0,0 +1,79 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.5-SNAPSHOT + ../../pom.xml + + sample-holder-ws-service + Apache Tuscany SCA Holder Input/Output Web Service Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.5-SNAPSHOT + compile + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.5-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.5-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.5-SNAPSHOT + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + -- cgit v1.2.3