diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-08 04:12:13 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-08 04:12:13 +0000 |
commit | 5aa47436d6fcd9c4bedf03a3e6bbb6b7c0d24661 (patch) | |
tree | 4b743ee91ce5db5d37a3dd69193a7a89ed81f029 /java/sca/samples/helloworld-service-jms | |
parent | 5daec868db49352e84f07ac8bb017279a1c58bc6 (diff) |
Split binding-jms module into two modules binding-jms and binding-jms-runtime.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-service-jms')
-rw-r--r-- | java/sca/samples/helloworld-service-jms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-service-jms/pom.xml b/java/sca/samples/helloworld-service-jms/pom.xml index a934cf3234..c746230466 100644 --- a/java/sca/samples/helloworld-service-jms/pom.xml +++ b/java/sca/samples/helloworld-service-jms/pom.xml @@ -59,7 +59,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-jms</artifactId>
+ <artifactId>tuscany-binding-jms-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
|