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 2013/11/21 17:23:29 UTC

svn commit: r1544243 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Thu Nov 21 16:23:29 2013
New Revision: 1544243

URL: http://svn.apache.org/r1544243
Log:
UIMA-2881 excluded activemq-console, jetty-webapp, joslq, and gentlyweb-utils

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1544243&r1=1544242&r2=1544243&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Thu Nov 21 16:23:29 2013
@@ -611,6 +611,24 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-as-activemq</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>activemq-console</artifactId>
+					<groupId>org.apache.activemq</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>jetty-webapp</artifactId>
+					<groupId>org.eclipse.jetty</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>josql</artifactId>
+					<groupId>net.sf.josql</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>gentlyweb-utils</artifactId>
+					<groupId>net.sf.josql</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>