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:11 UTC

[02/35] jena git commit: Use stable, non-bundle version of jsonld-java

Use stable, non-bundle version of jsonld-java


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/7366e978
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/7366e978
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/7366e978

Branch: refs/heads/master
Commit: 7366e978c5607b7b3c5e6ce72ab076d3190ab0c9
Parents: 43bf72f
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Wed Oct 29 01:55:30 2014 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 01:19:14 2015 +0000

----------------------------------------------------------------------
 jena-bundle/pom.xml | 2 +-
 jena-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/7366e978/jena-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/jena-bundle/pom.xml b/jena-bundle/pom.xml
index 9e167a1..5cea768 100644
--- a/jena-bundle/pom.xml
+++ b/jena-bundle/pom.xml
@@ -177,7 +177,7 @@
             <configuration>
                 <instructions>
                     <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package>
-                    <Embed-Dependency>*;scope=provided;groupId=!org.apache.httpcomponents;groupId=!com.github.jsonld-java;groupId=!org.apache.commons.csv;groupId=!org.apache.thrift;artifactId=!commons-lang3</Embed-Dependency>
+                    <Embed-Dependency>*;scope=provided;groupId=!org.apache.httpcomponents;groupId=!org.apache.commons.csv;groupId=!org.apache.thrift;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>

http://git-wip-us.apache.org/repos/asf/jena/blob/7366e978/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 9e25137..94651e9 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -181,7 +181,7 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
-          <!-- Exclude so we use out chocie of versions -->
+          <!-- Exclude so we use out choice of versions -->
           <exclusion>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>