Author: cwiklik
Date: Tue Dec 29 15:13:36 2015
New Revision: 1722145

URL: http://svn.apache.org/viewvc?rev=1722145&view=rev
Log:
UIMA-4703 include additional dependencies to work with new AMQ

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1722145&r1=1722144&r2=1722145&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Tue Dec 29 15:13:36 2015
@@ -100,6 +100,39 @@
                        <artifactId>activemq-spring</artifactId>
                </dependency>
 
+
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-leveldb-store</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-log4j-appender</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-amqp</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-partition</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-runtime-config</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-shiro</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-pool2</artifactId>
+               </dependency>
+
+
+
+
                <!-- dependency>
                        <groupId>org.apache.activemq</groupId>
                        <artifactId>activemq-optional</artifactId>


Reply via email to