aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a86ce8d..5c5fb02 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>