diff --git a/ppl/build.gradle b/ppl/build.gradle index 332a90c5ae2..1d7c2ec267e 100644 --- a/ppl/build.gradle +++ b/ppl/build.gradle @@ -40,6 +40,11 @@ configurations { compile { extendsFrom = extendsFrom.findAll { it != configurations.antlr } } + configureEach { + resolutionStrategy { + exclude group: 'commons-lang', module: 'commons-lang' + } + } } dependencies {