This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 18d0464 [BEAM-7042] remove antlr from shadow configuration
new cc698bc Merge pull request #8268: [BEAM-7042] remove antlr from
shadow configuration
18d0464 is described below
commit 18d0464dcc2382a95cefd97527c949d2775ccd35
Author: Michael Luckey <[email protected]>
AuthorDate: Wed Apr 10 13:34:51 2019 +0200
[BEAM-7042] remove antlr from shadow configuration
---
sdks/java/core/build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/sdks/java/core/build.gradle b/sdks/java/core/build.gradle
index a4a1264..f36144c 100644
--- a/sdks/java/core/build.gradle
+++ b/sdks/java/core/build.gradle
@@ -69,7 +69,6 @@ dependencies {
compile library.java.commons_compress
compile library.java.commons_lang3
compile library.java.guava_testlib
- shadow library.java.antlr
shadow library.java.jackson_core
shadow library.java.jackson_annotations
shadow library.java.jackson_databind