summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 08:38:53 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 08:38:53 +0000
commit73fe366d9a47b78ede21e02c52faad59f75ac3dd (patch)
tree093fbe09934f103a325c27f2df5497f4255913d4 /branches
parent1b27d579f40d17c9d34156ed9dda97894bdae849 (diff)
Add JMS dependency as one of the scenarios now uses JMS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml b/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml
index b7d4ec15a5..cba64966cf 100644
--- a/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml
+++ b/branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml
@@ -150,6 +150,13 @@
<version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jms-runtime</artifactId>
+ <version>1.5.1-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.derby</groupId>