From 7a1239b5926eb347375ba0a7d89c269fba84d466 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 24 Feb 2009 10:03:49 +0000 Subject: Start to bring up a bpel sample in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747323 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/helloworld-bpel/pom.xml | 198 +++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 java/sca/samples/helloworld-bpel/pom.xml (limited to 'java/sca/samples/helloworld-bpel/pom.xml') diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml new file mode 100644 index 0000000000..d5b8152f66 --- /dev/null +++ b/java/sca/samples/helloworld-bpel/pom.xml @@ -0,0 +1,198 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../../pom.xml + + sample-helloworld-bpel + Apache Tuscany SCA HelloWorld BPEL Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 2.0-SNAPSHOT + runtime + + + + + + xerces + xercesImpl + 2.8.1 + + + + junit + junit + 4.5 + test + + + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + javax.xml.bind + jaxb-api + 2.1 + compile + + + javax.xml.stream + stax-api + + + + + + com.sun.xml.bind + jaxb-impl + 2.1.7 + runtime + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.3.1 + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + test-compile + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + + + + + + -- cgit v1.2.3