From 4ccad0e9f37adaf5adac469e8dec478eb424a410 Mon Sep 17 00:00:00 2001 From: dan1st Date: Mon, 19 Jul 2021 17:02:16 +0200 Subject: [PATCH] fix: make depencence on javax.annotation optional (#1323) (#1405) --- 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 + +