mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
upgrade to log4j 1.2.16
This commit is contained in:
parent
a4c9f11b1c
commit
429335adf3
2
.idea/libraries/logging.xml
generated
2
.idea/libraries/logging.xml
generated
@ -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
18
.idea/misc.xml
generated
@ -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>
|
||||
|
@ -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 }
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user