You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2013/03/19 21:15:26 UTC

svn commit: r1458492 - /stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Author: reto
Date: Tue Mar 19 20:15:25 2013
New Revision: 1458492

URL: http://svn.apache.org/r1458492
Log:
STANBOL-988: added org.apache.clerezza.jaxrs.rdf.providers

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=1458492&r1=1458491&r2=1458492&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Tue Mar 19 20:15:25 2013
@@ -246,6 +246,12 @@
       <artifactId>mimepull</artifactId>
       <version>1.4</version>
     </bundle>
+    <!-- MessageBodyReaders and Writers for Clereza RDF entities -->
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
+      <version>0.13-incubating</version>
+    </bundle>
   </startLevel>
 
   <!-- Clerezza storage and sparql infrastructure -->