diff options
-rw-r--r-- | branches/sca-java-1.5.1/tutorials/store/store-test/pom.xml | 7 |
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> |