Update itest to add the binding-jms-runtime-activemq and activemq dependencies as these are no longer in the binding-jms-runtime module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d888428d9f
commit
944f7682b8
1 changed files with 10 additions and 0 deletions
|
@ -51,6 +51,16 @@
|
|||
<artifactId>tuscany-binding-jms-runtime</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-binding-jms-runtime-activemq</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>5.2.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue