You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/07/02 16:14:48 UTC

[31/50] [abbrv] incubator-commonsrdf git commit: Use jena-osgi

Use jena-osgi


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/62a04c93
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/62a04c93
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/62a04c93

Branch: refs/heads/jena
Commit: 62a04c93b8558a9b6771377e7b5bcee955e6bec6
Parents: 8088d1c
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Mar 28 05:43:38 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Mar 28 05:43:38 2016 +0100

----------------------------------------------------------------------
 jena/pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/62a04c93/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index e0c4efc..78d30b9 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -44,6 +44,7 @@
             <artifactId>commons-rdf-simple</artifactId>
             <version>${project.version}</version>
         </dependency>
+<!-- Uncomment below to use instead of jena-osgi to access Jena source code
 	    <dependency>
 	      <groupId>org.apache.jena</groupId>
 	      <artifactId>apache-jena-libs</artifactId>
@@ -51,13 +52,15 @@
 	      <type>pom</type>
 	      <scope>optional</scope>
 	    </dependency>        
-<!-- 
+ -->
+ <!-- 
+ As commons-rdf-jena is an OSGi bundle, we'll use the Jena OSGi bundle
+  -->
 	    <dependency>
 	      <groupId>org.apache.jena</groupId>
 	      <artifactId>jena-osgi</artifactId>
 	      <version>${ver.jena}</version>
 	    </dependency>        
- -->
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>