You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/11/30 20:02:26 UTC

svn commit: r1040701 - /uima/uima-as/trunk/uima-as-distr/pom.xml

Author: schor
Date: Tue Nov 30 19:02:25 2010
New Revision: 1040701

URL: http://svn.apache.org/viewvc?rev=1040701&view=rev
Log:
[UIMA-1955] remove unused dependency on something that's gone missing.

Modified:
    uima/uima-as/trunk/uima-as-distr/pom.xml

Modified: uima/uima-as/trunk/uima-as-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/pom.xml?rev=1040701&r1=1040700&r2=1040701&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-distr/pom.xml Tue Nov 30 19:02:25 2010
@@ -200,11 +200,13 @@
       <version>4.1.1</version>
     </dependency>
   
-    <dependency>
+    <!-- next dependency has gone missing as of Nov 2010 (maybe earlier)
+         remove - it's not used - to allow building -->
+    <!--dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activeio-core</artifactId>
       <version>3.0.0-incubator</version>
-    </dependency>
+    </dependency-->
   
     <dependency>
       <groupId>backport-util-concurrent</groupId>