From a82d34885d265861a150268dbe06431f89f3aa3e Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 8 Oct 2019 16:59:05 -0400 Subject: [PATCH] fix: move autovalue into annotation processor path instead of classpath (#358) --- oauth2_http/pom.xml | 5 ----- pom.xml | 13 +++++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 4b4accbe6..75e7ab45a 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -66,11 +66,6 @@ com.google.auto.value auto-value-annotations - - com.google.auto.value - auto-value - provided - com.google.code.findbugs jsr305 diff --git a/pom.xml b/pom.xml index 87979576a..d8b5f2ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -107,12 +107,6 @@ auto-value-annotations ${project.autovalue.version} - - com.google.auto.value - auto-value - ${project.autovalue.version} - provided - com.google.code.findbugs jsr305 @@ -225,6 +219,13 @@ 1.7 UTF-8 -Xlint:unchecked + + + com.google.auto.value + auto-value + ${project.autovalue.version} + +