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 2015/05/26 10:11:28 UTC

svn commit: r1681713 - /uima/ruta/trunk/ruta-ep-caseditor/pom.xml

Author: pkluegl
Date: Tue May 26 08:11:28 2015
New Revision: 1681713

URL: http://svn.apache.org/r1681713
Log:
UIMA-4430
- exclude framework dependency

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

Modified: uima/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1681713&r1=1681712&r2=1681713&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Tue May 26 08:11:28 2015
@@ -184,6 +184,7 @@
                   !org.eclipse.ui,
                   !org.eclipse.ui.part,
                   !org.eclipse.core.runtime,
+                  !org.osgi.framework,
                   *
                 </Import-Package>
               </instructions>