From 7fc670957e482251389dda5375cf716b8758c123 Mon Sep 17 00:00:00 2001 From: danthe1st Date: Sun, 4 Jul 2021 15:11:38 +0200 Subject: [PATCH] fix: make depencence on javax.annotation optional (#1323) --- google-http-client/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index 056803579..5ff0a0d2d 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -107,6 +107,11 @@ + + + javax.annotation;resolution:=optional + +