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 2013/04/11 10:05:11 UTC

svn commit: r1466785 - /stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml

Author: rwesten
Date: Thu Apr 11 08:05:11 2013
New Revision: 1466785

URL: http://svn.apache.org/r1466785
Log:
STANBOL-1025: updated Apache Sling logging to version 3.0

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

Modified: stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml?rev=1466785&r1=1466784&r2=1466785&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml Thu Apr 11 08:05:11 2013
@@ -18,11 +18,7 @@
 <bundles>
   <!-- OSGi infrastructure -->
   <startLevel level="5">
-    <bundle>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.commons.log</artifactId>
-      <version>2.1.2</version>
-    </bundle>
+    <!-- OSGI infrastructure -->
     <bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
@@ -83,9 +79,39 @@
       <artifactId>org.apache.sling.commons.osgi</artifactId>
       <version>2.1.0</version>
     </bundle>  -->
-    
   </startLevel>
 
+
+  <!-- Logging Dependencies -->
+  <startLevel level="5">
+    <bundle> <!-- STANNBOL-1025 upgraded to Sling logging 3.0.0 -->
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.log</artifactId>
+      <version>3.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.logservice</artifactId>
+      <version>1.0.2</version>
+    </bundle>    
+    <bundle> <!-- Can not use 1.7 because of o.a.sling.commons.log -->
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.6.6</version>
+    </bundle>
+    <bundle>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <version>1.6.6</version>    
+    </bundle>
+    <bundle>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+      <version>1.6.6</version>    
+    </bundle>
+  </startLevel>
+  
+  
   <!-- HTTP service and Http related Utilities -->
   <startLevel level="5">
     <bundle>