From 0988c27b01461a0b8c02ac0f9def5b409c56980c Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 8 Oct 2019 13:35:30 -0400 Subject: [PATCH] fix: try to keep autovalue out of the runtime time classpath (#48) * try to keep autovalue out of the compile time classpath * remove autovalue dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6b54382cd8..fd5d306548 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,6 @@ 1.3.3 2.6 2.3.3 - 1.6.6 2.8.6 @@ -281,11 +280,6 @@ error_prone_annotations ${errorprone.version} - - com.google.auto.value - auto-value-annotations - ${autovalue.version} - com.google.code.gson gson