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/09/20 22:55:05 UTC

svn commit: r1525145 - in /uima/uima-as/trunk: pom.xml uimaj-as-activemq/pom.xml

Author: cwiklik
Date: Fri Sep 20 20:55:05 2013
New Revision: 1525145

URL: http://svn.apache.org/r1525145
Log:
UIMA-3257 exclude axis from activemq-options as it breaks the build

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

Modified: uima/uima-as/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/pom.xml?rev=1525145&r1=1525144&r2=1525145&view=diff
==============================================================================
--- uima/uima-as/trunk/pom.xml (original)
+++ uima/uima-as/trunk/pom.xml Fri Sep 20 20:55:05 2013
@@ -243,6 +243,12 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-optional</artifactId>
       <version>${org.apache.activemq.version}</version>
+      <exclusions> 
+			 <exclusion>  
+                 <groupId>axis</groupId>
+                 <artifactId>axis</artifactId>
+             </exclusion>
+      </exclusions> 
     </dependency>
 
     <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=1525145&r1=1525144&r2=1525145&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Fri Sep 20 20:55:05 2013
@@ -74,6 +74,12 @@
 		<dependency>
 			<groupId>org.apache.activemq</groupId>
 			<artifactId>activemq-optional</artifactId>
+			<exclusions> 
+			 <exclusion>  
+                 <groupId>axis</groupId>
+                 <artifactId>axis</artifactId>
+             </exclusion>
+            </exclusions> 
 		</dependency>
 
 		<dependency>