You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/03/06 13:39:17 UTC

svn commit: r1453314 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: jukka
Date: Wed Mar  6 12:39:15 2013
New Revision: 1453314

URL: http://svn.apache.org/r1453314
Log:
OAK-676: Unify and upgrade SLF4j and Logback versions

Switch back to latest SLF4J 1.6.x version to avoid forcing OSGi changes

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1453314&r1=1453313&r2=1453314&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Mar  6 12:39:15 2013
@@ -47,9 +47,11 @@
     <mongo.db2>MongoMKDB2</mongo.db2>
     <segment.db>SegmentMK</segment.db>
     <solr.version>4.0.0</solr.version>
-    <!-- SLF4J and Logback versions should be kept in sync -->
-    <slf4j.version>1.7.2</slf4j.version>
-    <logback.version>1.0.9</logback.version>
+    <!-- SLF4J and Logback versions should be kept in sync.   -->
+    <!-- Using 1.6.6/1.0.7 instead of later versions to avoid -->
+    <!-- forcing OSGi deployments to upgrade to SLF4J 1.7.x.  -->
+    <slf4j.version>1.6.6</slf4j.version>
+    <logback.version>1.0.7</logback.version>
   </properties>
 
   <issueManagement>