Author: cwiklik
Date: Thu Jun  3 13:17:41 2010
New Revision: 950984

URL: http://svn.apache.org/viewvc?rev=950984&view=rev
Log:
UIMA-1798 Added exclusion of uimaj-cpe in uimaj-examples dependency

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=950984&r1=950983&r2=950984&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Thu Jun  3 13:17:41 2010
@@ -285,6 +285,13 @@
 
     <!-- testing dependencies -->
     <dependency>
+      <exclusions>
+             <exclusion>
+               <groupId>org.apache.uima</groupId>
+               <artifactId>uimaj-cpe</artifactId>
+         </exclusion>
+      </exclusions>
+      
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-examples</artifactId>
       <version>${project.version}</version>


Reply via email to