From 43c9346aa0544f711a72fcbd429527ab4e0007fc Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 2 Oct 2019 10:16:08 -0400 Subject: [PATCH 1/2] try to keep autovalue out of the compile time classpath --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3ffc931b99..1a0a52bf5f 100644 --- a/pom.xml +++ b/pom.xml @@ -285,6 +285,7 @@ com.google.auto.value auto-value-annotations ${autovalue.version} + true com.google.code.gson From aaa25d73745ee24334a081a10027a3e34e566776 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 2 Oct 2019 12:51:35 -0400 Subject: [PATCH 2/2] remove autovalue dependency --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1a0a52bf5f..5256b2fc58 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,6 @@ 1.3.3 2.6 2.3.3 - 1.6.6 2.8.5 @@ -281,12 +280,6 @@ error_prone_annotations ${errorprone.version} - - com.google.auto.value - auto-value-annotations - ${autovalue.version} - true - com.google.code.gson gson