Author: rwesten
Date: Thu Oct 16 11:54:53 2014
New Revision: 1632280

URL: http://svn.apache.org/r1632280
Log:
STANBOL-1393: added the clerezza rdf.tdb bundlelist to the full launcher

Modified:
    stanbol/trunk/launchers/full/pom.xml

Modified: stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1632280&r1=1632279&r2=1632280&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Thu Oct 16 11:54:53 2014
@@ -194,6 +194,15 @@
       <scope>provided</scope>
     </dependency>
             
+    <!-- Clerezza Jena TDB storage (used by Ontonet) -->
+    <dependency>
+      <groupId>org.apache.clerezza.provisioning</groupId>
+      <artifactId>rdf.tdb</artifactId>
+      <version>0.1</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+
     <!-- Stanbol Commons Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>


Reply via email to