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

[16/35] jena git commit: Exclude jena-tdb from OSGi bundle

Exclude jena-tdb from OSGi bundle


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

Branch: refs/heads/master
Commit: 0d1690fb3a984c64d963f6dcb9ac014a7a668450
Parents: d09bebd
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Tue Dec 2 17:31:21 2014 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 01:19:16 2015 +0000

----------------------------------------------------------------------
 jena-osgi/pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/0d1690fb/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml
index e30db7f..2634c0a 100644
--- a/jena-osgi/pom.xml
+++ b/jena-osgi/pom.xml
@@ -42,7 +42,6 @@
   <properties>
     <!-- TODO: Move to jena-parent? -->
     <ver.jena>2.12.2-SNAPSHOT</ver.jena>
-    <ver.jena-tdb>1.1.2-SNAPSHOT</ver.jena-tdb>
     <ver.jena-sdb>1.5.2-SNAPSHOT</ver.jena-sdb>
     <ver.jena-iri>1.1.2-SNAPSHOT</ver.jena-iri>
     <ver.httpcore>4.2.5</ver.httpcore>
@@ -86,12 +85,6 @@
       <version>${ver.jena}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>jena-tdb</artifactId>
-      <version>${ver.jena-tdb}</version>
-      <scope>provided</scope>
-   </dependency>
 
     <dependency>
       <groupId>org.apache.jena</groupId>