You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2015/07/16 13:28:04 UTC

svn commit: r1691364 - /stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Author: rwesten
Date: Thu Jul 16 11:28:04 2015
New Revision: 1691364

URL: http://svn.apache.org/r1691364
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/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Modified: stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1691364&r1=1691363&r2=1691364&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Thu Jul 16 11:28:04 2015
@@ -186,7 +186,13 @@
       <artifactId>stax2-api</artifactId>
       <version>4.0.0</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>
+
+
     <bundle> <!-- jarkata regexp as bundle provided by servicemix.apache.org -->
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.regexp</artifactId>