upgrade to log4j 1.2.16

This commit is contained in:
kimchy 2011-07-07 05:36:53 +03:00
parent a4c9f11b1c
commit 429335adf3
4 changed files with 21 additions and 3 deletions

View File

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

18
.idea/misc.xml generated
View File

@ -24,6 +24,24 @@
<option name="LOCALE" />
<option name="OPEN_IN_BROWSER" value="true" />
</component>
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
<option name="myDefaultNotNull" value="org.jetbrains.annotations.NotNull" />
<option name="myNullables">
<value>
<list size="0" />
</value>
</option>
<option name="myNotNulls">
<value>
<list size="3">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
</list>
</value>
</option>
</component>
<component name="ProjectDetails">
<option name="projectName" value="elasticsearch" />
</component>

View File

@ -34,7 +34,7 @@ dependencies {
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('log4j:log4j:1.2.16') { transitive = false }
compile('net.java.dev.jna:jna:3.2.7') { transitive = false }

View File

@ -12,7 +12,7 @@ sourceSets.test.resources.srcDirs 'src/test/java'
dependencies {
compile('org.testng:testng:6.1.1') { transitive = false }
compile('log4j:log4j:1.2.15') { transitive = false }
compile('log4j:log4j:1.2.16') { transitive = false }
}
eclipseClasspath {