From 82801263538c6f23f379b54b2eb1b68e960b26e7 Mon Sep 17 00:00:00 2001 From: rsivaram Date: Thu, 16 Oct 2008 12:16:05 +0000 Subject: Copy jms samples for event prototype git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705223 13f79535-47bb-0310-9956-ffa450edef68 --- .../event/samples/helloworld-service-jms/pom.xml | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 sandbox/event/samples/helloworld-service-jms/pom.xml (limited to 'sandbox/event/samples/helloworld-service-jms/pom.xml') diff --git a/sandbox/event/samples/helloworld-service-jms/pom.xml b/sandbox/event/samples/helloworld-service-jms/pom.xml new file mode 100644 index 0000000000..a80a32fc08 --- /dev/null +++ b/sandbox/event/samples/helloworld-service-jms/pom.xml @@ -0,0 +1,85 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + ../../pom.xml + + sample-helloworld-service-jms + Apache Tuscany SCA HelloWorld Service JMS Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4-SNAPSHOT + compile + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4-SNAPSHOT + runtime + + + + junit + junit + 4.5 + test + + + + org.apache.activemq + apache-activemq + 4.1.1 + + + org.apache.activemq + activemq-web-demo + + + + + + + + ${artifactId} + + + -- cgit v1.2.3