Repository: activemq-artemis Updated Branches: refs/heads/master 59489b4de -> 4e349693f
Update javac-errorprone to 2.8 and error_prone_core to 2.0.9 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/75b52169 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/75b52169 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/75b52169 Branch: refs/heads/master Commit: 75b52169f82b95e2a20205f3ed1a8f1da7b7aeb4 Parents: 59489b4 Author: Ville Skyttä <[email protected]> Authored: Tue Sep 27 13:49:21 2016 +0300 Committer: Ville Skyttä <[email protected]> Committed: Tue Sep 27 13:49:21 2016 +0300 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/75b52169/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 091a214..6d11452 100644 --- a/pom.xml +++ b/pom.xml @@ -941,7 +941,12 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac-errorprone</artifactId> - <version>2.5</version> + <version>2.8</version> + </dependency> + <dependency> + <groupId>com.google.errorprone</groupId> + <artifactId>error_prone_core</artifactId> + <version>2.0.9</version> </dependency> </dependencies> </plugin>
