From 44ea4cbbf92b4ad35ffaffb7a01a1bce05063daf Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 9 Jun 2020 17:38:57 -0400 Subject: [PATCH] feat: mark auto-value-annotations scope as provided (#151) * feat: mark auto-value-annotations scope as provided recommeneded by AutoValue creator, Eamonn McManus experimented in java-bigquery https://github.com/googleapis/java-bigquery/pull/402/files * remove extra char --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d8d48df4..f309ead7 100644 --- a/pom.xml +++ b/pom.xml @@ -499,6 +499,8 @@ com.google.auto.value auto-value-annotations ${auto-value-annotation.version} + + provided