Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 9507250

Browse files
committed
Exclude log4j from mixin dependency in CDK
1 parent 29bee55 commit 9507250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdk/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ dependencies {
6767
compile 'net.jodah:typetools:@TT_VERSION@'
6868
compile 'org.luaj:luaj-jse:@LUAJ_VERSION@'
6969
compile('org.spongepowered:mixin:@MIXIN_VERSION@') {
70+
// Mixin includes a lot of dependencies that are too up-to-date
7071
exclude module: 'launchwrapper'
7172
exclude module: 'guava'
7273
exclude module: 'gson'
7374
exclude module: 'commons-io'
75+
exclude module: 'log4j-core'
7476
}
7577
}
7678

0 commit comments

Comments
 (0)