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

Commit

Permalink
Exclude log4j from mixin dependency in CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Apr 20, 2018
1 parent 29bee55 commit 9507250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ dependencies {
compile 'net.jodah:typetools:@TT_VERSION@'
compile 'org.luaj:luaj-jse:@LUAJ_VERSION@'
compile('org.spongepowered:mixin:@MIXIN_VERSION@') {
// Mixin includes a lot of dependencies that are too up-to-date
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'gson'
exclude module: 'commons-io'
exclude module: 'log4j-core'
}
}

Expand Down

0 comments on commit 9507250

Please sign in to comment.