upgrade to latest slf4j logging

This commit is contained in:
kimchy 2010-04-18 00:51:17 +03:00
parent 9a35ddcb61
commit 6b7bbfb883
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<component name="libraryTable"> <component name="libraryTable">
<library name="logging"> <library name="logging">
<CLASSES> <CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-api/jars/slf4j-api-1.5.8.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/log4j/log4j/jars/log4j-1.2.15.jar!/" /> <root url="jar://$GRADLE_REPOSITORY$/log4j/log4j/jars/log4j-1.2.15.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.5.8.jar!/" /> <root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.5.11.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-api/jars/slf4j-api-1.5.11.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES /> <SOURCES />

View File

@ -32,8 +32,8 @@ jar {
dependencies { dependencies {
compile('jline:jline:0.9.94') { transitive = false } compile('jline:jline:0.9.94') { transitive = false }
compile 'org.slf4j:slf4j-api:1.5.8' compile 'org.slf4j:slf4j-api:1.5.11'
compile('org.slf4j:slf4j-log4j12:1.5.8') { transitive = false } compile('org.slf4j:slf4j-log4j12:1.5.11') { transitive = false }
compile('log4j:log4j:1.2.15') { transitive = false } compile('log4j:log4j:1.2.15') { transitive = false }
compile 'joda-time:joda-time:1.6' compile 'joda-time:joda-time:1.6'