Author: rwesten
Date: Tue Dec 17 13:27:48 2013
New Revision: 1551538

URL: http://svn.apache.org/r1551538
Log:
STANBOL-1234: updated Entityhub Sesame Bundlelist with OpenRDF Sesame 
dependencies

Modified:
    
stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml

Modified: 
stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml?rev=1551538&r1=1551537&r2=1551538&view=diff
==============================================================================
--- 
stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml 
(original)
+++ 
stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml 
Tue Dec 17 13:27:48 2013
@@ -17,6 +17,43 @@
 -->
 
 <bundles>
+  <!-- logback logging is used by Sesame -->
+  <startLevel level="10">
+    <bundle>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-core</artifactId>
+      <version>0.9.30</version> <!-- sesame expects version < 1.0.0 -->
+    </bundle>
+    <bundle>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+      <version>0.9.30</version> <!-- sesame expects version < 1.0.0 -->
+    </bundle>
+  </startLevel>
+  
+  <!-- additional commons libs required by Sesmae -->
+  <startLevel>
+    <bundle> <!-- opencsv version 2.1 -->
+      <groupId>org.ow2.bundles</groupId>
+      <artifactId>ow2-bundles-externals-opencsv</artifactId>
+      <version>1.0.36</version>
+    </bundle>
+    <bundle>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.3.0</version>
+    </bundle>
+  </startLevel>
+  
+  <!-- Sesame OSGI environment -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.openrdf.sesame</groupId>
+      <artifactId>sesame-runtime-osgi</artifactId>
+      <version>2.7.8</version>
+    </bundle>
+  </startLevel>
+
   <!-- Stanbol Entityhub infrastructure and required libraries-->
   <startLevel level="30">
     <bundle>


Reply via email to