Author: chetanm
Date: Thu Mar 13 03:53:10 2014
New Revision: 1577025
URL: http://svn.apache.org/r1577025
Log:
OAK-1528 - Update Slf4j Api dependency to 1.7.6
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=1577025&r1=1577024&r2=1577025&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Mar 13 03:53:10 2014
@@ -47,15 +47,15 @@
<mongo.db2>MongoMKDB2</mongo.db2>
<segment.db>SegmentMK</segment.db>
<solr.version>4.7.0</solr.version>
- <!-- Note that we're using SLF4J API version 1.6 when compiling -->
+ <!-- Note that we're using SLF4J API version 1.7 when compiling -->
<!-- core Oak components but more recent SLF4J and Logback versions -->
<!-- when compiling and running test cases and the oak-run jar. -->
<!-- This way it's possible to use Oak also in environments that -->
- <!-- only provide SLF4J version 1.6, while still using a more -->
- <!-- recent version when we are in control the runtime environment. -->
- <slf4j.api.version>1.6.6</slf4j.api.version>
- <slf4j.version>1.7.4</slf4j.version> <!-- sync with logback version -->
- <logback.version>1.0.11</logback.version>
+ <!-- only provide SLF4J version 1.7, while still using a more -->
+ <!-- recent version (if required) when we are in control the runtime
environment. -->
+ <slf4j.api.version>1.7.6</slf4j.api.version>
+ <slf4j.version>1.7.6</slf4j.version> <!-- sync with logback version -->
+ <logback.version>1.1.0</logback.version>
</properties>
<issueManagement>