You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2014/02/12 11:17:07 UTC

svn commit: r1567583 - /uima/ruta/trunk/ruta-ep-engine/pom.xml

Author: pkluegl
Date: Wed Feb 12 10:17:06 2014
New Revision: 1567583

URL: http://svn.apache.org/r1567583
Log:
UIMA-3539
- removed unnecessary exclusions

Modified:
    uima/ruta/trunk/ruta-ep-engine/pom.xml

Modified: uima/ruta/trunk/ruta-ep-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine/pom.xml?rev=1567583&r1=1567582&r2=1567583&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-engine/pom.xml Wed Feb 12 10:17:06 2014
@@ -240,7 +240,7 @@ licensed under the Common Public License
                 <Import-Package>
                   <!-- -->
                   org.apache.uima.*,
-                  !antlr, !bsh, !com.jamonapi, !com.sun.net.httpserver,
+                  !bsh, !com.sun.net.httpserver,
                   !edu.emory.mathcs.backport.java.util.concurrent,
                   !groovy.lang, !javax.annotation, !javax.ejb,
                   !javax.el, !javax.inject,
@@ -259,8 +259,6 @@ licensed under the Common Public License
                   !javax.xml.ws, !joptsimple, !net.sf.cglib.*, !net.sf.ehcache.*,
                   !org.antlr.stringtemplate,
                   !org.apache.avalon.framework.logger,
-                  !org.apache.commons.pool,
-                  !org.apache.commons.pool.impl,
                   !org.apache.log, !org.apache.log4j, !org.apache.log4j.xml,
                   !org.aspectj.*, !org.codehaus.groovy.*, !org.hibernate.* ,
                   !org.joda.*, !org.jruby.*, !org.omg.CORBA,