diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/event/samples/event-jms/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sandbox/event/samples/event-jms/pom.xml b/sandbox/event/samples/event-jms/pom.xml index 3f93645f4f..ca91607e4e 100644 --- a/sandbox/event/samples/event-jms/pom.xml +++ b/sandbox/event/samples/event-jms/pom.xml @@ -59,7 +59,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-jms</artifactId> + <artifactId>tuscany-binding-jms-runtime</artifactId> + <version>1.4-EVENT-SNAPSHOT</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-binding-event</artifactId> <version>1.4-EVENT-SNAPSHOT</version> <scope>runtime</scope> </dependency> |