You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/01 14:12:21 UTC

[12/35] jena git commit: Give up on excluding org.apache.thrift

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 <so...@cs.manchester.ac.uk>
Authored: Fri Oct 31 23:42:57 2014 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
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>