You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/12/01 21:05:25 UTC

svn commit: r1209217 - /incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml

Author: ogrisel
Date: Thu Dec  1 20:05:24 2011
New Revision: 1209217

URL: http://svn.apache.org/viewvc?rev=1209217&view=rev
Log:
STANBOL-403: add missing jackson bundles that are required for jersey

Modified:
    incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml?rev=1209217&r1=1209216&r2=1209217&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/basebundlelist/src/main/bundles/list.xml Thu Dec  1 20:05:24 2011
@@ -98,7 +98,7 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.installer.provider.file</artifactId>
       <version>1.0.0</version>
-    </bundle>    
+    </bundle>
   </startLevel>
 
   <!-- Felix web console and plugins -->
@@ -193,6 +193,21 @@
       <artifactId>jersey-core</artifactId>
       <version>1.7</version>
     </bundle>
+    <bundle>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <version>1.9.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>1.9.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-jaxrs</artifactId>
+      <version>1.9.2</version>
+    </bundle>
   </startLevel>
   <startLevel level="15">
     <bundle>