[fix] redo guava + shading in the compiler. Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/2cb0638b Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/2cb0638b Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/2cb0638b
Branch: refs/heads/master Commit: 2cb0638bcaa0147134feb644a293a0512c499741 Parents: e1d331d Author: Zoltan Farkas <[email protected]> Authored: Sun May 14 20:37:40 2017 -0400 Committer: Thiruvalluvan M G <[email protected]> Committed: Thu May 18 22:23:47 2017 +0530 ---------------------------------------------------------------------- lang/java/compiler/pom.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/2cb0638b/lang/java/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/compiler/pom.xml b/lang/java/compiler/pom.xml index 912e09a..ee260c7 100644 --- a/lang/java/compiler/pom.xml +++ b/lang/java/compiler/pom.xml @@ -159,15 +159,9 @@ <artifactId>joda-time</artifactId> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - <exclusions> - <exclusion> <!-- GPL --> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.avro</groupId> + <artifactId>avro-guava-dependencies</artifactId> + <version>${project.version}</version> </dependency> </dependencies>
