Repository: jclouds Updated Branches: refs/heads/master 31d27e10a -> 5e12796a3
Add error_prone_annotations This allows jclouds to compile with Guava 20. Earlier versions implicitly provided this. Reference: https://github.com/google/guava/issues/2837 Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/5e12796a Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/5e12796a Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/5e12796a Branch: refs/heads/master Commit: 5e12796a34b11be7fe5183f220167bf96793b291 Parents: 31d27e1 Author: Andrew Gaul <[email protected]> Authored: Thu Aug 24 18:55:26 2017 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Aug 24 19:06:23 2017 -0700 ---------------------------------------------------------------------- project/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/5e12796a/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f080103..beaadef 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -363,6 +363,12 @@ </dependencyManagement> <dependencies> <dependency> + <groupId>com.google.errorprone</groupId> + <artifactId>error_prone_annotations</artifactId> + <version>2.1.0</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope>
