You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2015/02/23 22:10:42 UTC

svn commit: r1661787 - in /uima/uima-as/trunk: uima-as-parent/pom.xml uimaj-as-activemq/pom.xml uimaj-as-jms/pom.xml

Author: cwiklik
Date: Mon Feb 23 21:10:42 2015
New Revision: 1661787

URL: http://svn.apache.org/r1661787
Log:
UIMA-3633 removed dependency on activemq-all from the poms. This jar includes slf4j which may collide with one provided in a classpath by a user

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

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1661787&r1=1661786&r2=1661787&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Mon Feb 23 21:10:42 2015
@@ -190,7 +190,7 @@ ${uimaASNoticeText}
 			<!-- Active MQ Stuff -->
 			<dependency>
 				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-all</artifactId>
+				<artifactId>activemq-core</artifactId>
 				<version>${org.apache.activemq.version}</version>
 			</dependency>
 

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=1661787&r1=1661786&r2=1661787&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Mon Feb 23 21:10:42 2015
@@ -57,7 +57,7 @@
 		<!-- Active MQ Stuff -->
 		<dependency>
 			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-all</artifactId>
+			<artifactId>activemq-core</artifactId>
 		</dependency>
 
 		<dependency>

Modified: uima/uima-as/trunk/uimaj-as-jms/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms/pom.xml?rev=1661787&r1=1661786&r2=1661787&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-jms/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-jms/pom.xml Mon Feb 23 21:10:42 2015
@@ -56,7 +56,7 @@
 		<!-- Active MQ Stuff -->
 		<dependency>
 			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-all</artifactId>
+			<artifactId>activemq-core</artifactId>
 		</dependency>