From af4cbb999406344fdcc641c0912cec6100a247d8 Mon Sep 17 00:00:00 2001 From: stephwang Date: Tue, 9 Jun 2020 17:20:39 -0400 Subject: [PATCH] feat: mark javax annotations scope as provided https://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html https://docs.oracle.com/javase/8/docs/api/index.html?java/lang/annotation/RetentionPolicy.html experimented in java-bigquery https://github.com/googleapis/java-bigquery/pull/402/files --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index e2e81eb4..42ce5df2 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,10 @@ javax.annotation javax.annotation-api ${javax.annotations.version} + + provided org.codehaus.mojo