Give up on excluding org.apache.thrift
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fd980891 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fd980891 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fd980891 Branch: refs/heads/master Commit: fd980891cbd9ab92d1aa689f4b5c8b392d6f115c Parents: 6386638 Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Oct 31 23:42:57 2014 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 12 01:19:15 2015 +0000 ---------------------------------------------------------------------- jena-osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/fd980891/jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml index 987196f..8970495 100644 --- a/jena-osgi/pom.xml +++ b/jena-osgi/pom.xml @@ -197,7 +197,7 @@ <configuration> <instructions> <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package> - <Embed-Dependency>*;scope=provided;groupId=!org.apache.httpcomponents;groupId=!org.apache.commons.csv;groupId=!org.apache.thrift;artifactId=!commons-lang3;groupId=!com.fasterxml.jackson.core</Embed-Dependency> + <Embed-Dependency>*;scope=provided;groupId=!org.apache.httpcomponents;groupId=!org.apache.commons.csv;groupId=!com.fasterxml.jackson.core;groupId=!org.slf4j;artifactId=!commons-lang3</Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> <Import-Package>!sun.io,!org.apache.avalon.framework.logger,!com.ibm.uvm.tools,!com.sun.jdmk.comm,!org.apache.log,*</Import-Package> </instructions>
