You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/14 20:49:03 UTC

svn commit: r1523290 - /clerezza/trunk/ext.org.apache.jena.tdb/pom.xml

Author: reto
Date: Sat Sep 14 18:49:03 2013
New Revision: 1523290

URL: http://svn.apache.org/r1523290
Log:
CLEREZZA-822: excluding imports

Modified:
    clerezza/trunk/ext.org.apache.jena.tdb/pom.xml

Modified: clerezza/trunk/ext.org.apache.jena.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.org.apache.jena.tdb/pom.xml?rev=1523290&r1=1523289&r2=1523290&view=diff
==============================================================================
--- clerezza/trunk/ext.org.apache.jena.tdb/pom.xml (original)
+++ clerezza/trunk/ext.org.apache.jena.tdb/pom.xml Sat Sep 14 18:49:03 2013
@@ -83,16 +83,16 @@
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Embed-Dependency>*;scope=compile;artifactId=!slf4j-api|org.apache.felix.scr.annotations</Embed-Dependency>
                         <Embed-Transitive>true</Embed-Transitive>
-                        <Import-Package>!com.hp.hpl.jena.*.test,
+                        <Import-Package>
                         !org.apache.xml.resolver.*,!sun.*,
-                        !com.sun.msv.*,
                         !com.sun.jdmk.*,
                         !javax.jms.*,
                         !com.ibm.uvm.tools,
                         !javax.jmdns,
-                        !org.apache.xerces.util,
                         !javax.mail,
                         !javax.mail.internet,
+                        !org.slf4j.helpers,
+                        !org.slf4j.spi,
                         *</Import-Package>
                         <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package>
                     </instructions>