Add activemq dependency so sample works out-of-the-box on tomcat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b6715b0a4
commit
a05cace460
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@
|
|||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>5.1.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Add table
Reference in a new issue