Add dependency on log4j-1.2 api for solr core tests.

This commit is contained in:
Dawid Weiss 2019-12-13 15:32:59 +01:00
parent 981ddb825b
commit 16466d5256
2 changed files with 4 additions and 2 deletions

View File

@ -108,6 +108,7 @@ dependencies {
testImplementation ('org.apache.hadoop:hadoop-hdfs') { transitive = false }
testImplementation ('org.apache.hadoop:hadoop-hdfs::tests') { transitive = false }
testImplementation ('org.apache.hadoop:hadoop-minikdc') { transitive = false }
testImplementation 'org.apache.logging.log4j:log4j-1.2-api'
testImplementation ('org.apache.kerby:kerb-client') { transitive = false }
testImplementation ('org.apache.kerby:kerb-common') { transitive = false }

View File

@ -116,8 +116,8 @@ org.apache.kerby:kerby-asn1:1.0.1 (2 constraints: 001155df)
org.apache.kerby:kerby-config:1.0.1 (1 constraints: 860b05e6)
org.apache.kerby:kerby-pkix:1.0.1 (2 constraints: 741065ca)
org.apache.kerby:kerby-util:1.0.1 (2 constraints: 6518bdb6)
org.apache.logging.log4j:log4j-api:2.11.2 (3 constraints: c124e473)
org.apache.logging.log4j:log4j-core:2.11.2 (2 constraints: 09164024)
org.apache.logging.log4j:log4j-api:2.11.2 (4 constraints: c83394ae)
org.apache.logging.log4j:log4j-core:2.11.2 (3 constraints: 102588ba)
org.apache.logging.log4j:log4j-slf4j-impl:2.11.2 (1 constraints: 3805343b)
org.apache.opennlp:opennlp-tools:1.9.1 (1 constraints: 0d050c36)
org.apache.pdfbox:fontbox:2.0.12 (1 constraints: 37052d3b)
@ -222,6 +222,7 @@ org.apache.kerby:kerb-identity:1.0.1 (1 constraints: 0405f135)
org.apache.kerby:kerb-server:1.0.1 (1 constraints: 0405f135)
org.apache.kerby:kerb-simplekdc:1.0.1 (1 constraints: 0405f135)
org.apache.kerby:kerby-kdc:1.0.1 (1 constraints: 0405f135)
org.apache.logging.log4j:log4j-1.2-api:2.11.2 (1 constraints: 3805343b)
org.hsqldb:hsqldb:2.4.0 (1 constraints: 08050136)
org.locationtech.jts:jts-core:1.15.0 (1 constraints: 3905383b)
org.mockito:mockito-core:2.23.4 (1 constraints: 3d05403b)