upgrade to latest slf4j logging
This commit is contained in:
parent
9a35ddcb61
commit
6b7bbfb883
|
@ -1,9 +1,9 @@
|
|||
<component name="libraryTable">
|
||||
<library name="logging">
|
||||
<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$/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>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -32,8 +32,8 @@ jar {
|
|||
dependencies {
|
||||
compile('jline:jline:0.9.94') { transitive = false }
|
||||
|
||||
compile 'org.slf4j:slf4j-api:1.5.8'
|
||||
compile('org.slf4j:slf4j-log4j12:1.5.8') { transitive = false }
|
||||
compile 'org.slf4j:slf4j-api:1.5.11'
|
||||
compile('org.slf4j:slf4j-log4j12:1.5.11') { transitive = false }
|
||||
compile('log4j:log4j:1.2.15') { transitive = false }
|
||||
|
||||
compile 'joda-time:joda-time:1.6'
|
||||
|
|
Loading…
Reference in New Issue