Remove jms functionality brought in by log4j1.X dependency
This commit is contained in:
parent
4d1d5d1012
commit
b7393df473
|
@ -17,6 +17,9 @@ configurations {
|
||||||
// dependency brought in by :dd-java-agent:testing over 'log4j-over-slf4j' which would shadow
|
// dependency brought in by :dd-java-agent:testing over 'log4j-over-slf4j' which would shadow
|
||||||
// the log4j module under test using a proxy to slf4j instead.
|
// the log4j module under test using a proxy to slf4j instead.
|
||||||
testCompile.exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
|
testCompile.exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
|
||||||
|
|
||||||
|
// See: https://stackoverflow.com/a/9047963/2749853
|
||||||
|
testCompile.exclude group: 'javax.jms', module: 'jms'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue