Author: rwesten
Date: Thu Jul 16 11:28:35 2015
New Revision: 1691365

URL: http://svn.apache.org/r1691365
Log:
Minor: Added jdom2 to the commons bundlelist. Some of the LDPath function do 
require JDOM so having this optional dependency allows to use those

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

Modified: 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1691365&r1=1691364&r2=1691365&view=diff
==============================================================================
--- 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
(original)
+++ 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
Thu Jul 16 11:28:35 2015
@@ -196,6 +196,11 @@
       <artifactId>stax2-api</artifactId>
       <version>3.1.4</version>
     </bundle>
+    <bundle> <!-- Jdom is e.g. used by some LDPath functions -->
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.jdom</artifactId>
+      <version>2.0.6_1</version>
+    </bundle>
 
     <!-- JSON libs -->
     <bundle> <!-- used for simple JSON parsing/writing in Stanbol -->


Reply via email to