diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -56,6 +56,15 @@ <scope>test</scope> </dependency> + <!-- ActiveMQ Dependencies --> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-client</artifactId> + <version>5.8.0</version> + <scope>provided</scope> + </dependency> + + <!-- Other dependencies --> <dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> |