Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10096 )
Change subject: [Java] Fix Guava transitive dependecies ...................................................................... [Java] Fix Guava transitive dependecies In Guava 22.0+ the annotations dependencies are no longer marked as optional. However, if the annotations are not used at runtime or compile time they are actually not required. - Excludes the transitive annotations libraries that are not marked as optional in version 22.0+ - Adds Guava where it was used directly but not in the dependencies Change-Id: I8f1f6e762629c1dea30589a1ade1f3da6de6ad3d Reviewed-on: http://gerrit.cloudera.org:8080/10096 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M java/build.gradle M java/kudu-client-tools/build.gradle M java/kudu-client-tools/pom.xml M java/kudu-client/pom.xml M java/kudu-flume-sink/build.gradle M java/kudu-flume-sink/pom.xml M java/kudu-mapreduce/build.gradle M java/kudu-mapreduce/pom.xml 8 files changed, 71 insertions(+), 3 deletions(-) Approvals: Kudu Jenkins: Verified Dan Burkert: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/10096 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8f1f6e762629c1dea30589a1ade1f3da6de6ad3d Gerrit-Change-Number: 10096 Gerrit-PatchSet: 5 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins
