From ddd51207258d74de0a1bcf5b1f1ecb4e720bd040 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 15 Oct 2021 17:01:13 -0400 Subject: [PATCH] deps: trying javax.annotation-api as compile scope --- third-party-dependencies/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party-dependencies/pom.xml b/third-party-dependencies/pom.xml index 7e582a9f..0a7fb719 100644 --- a/third-party-dependencies/pom.xml +++ b/third-party-dependencies/pom.xml @@ -98,6 +98,7 @@ javax.annotation javax.annotation-api ${javax.annotations.version} + compile org.codehaus.mojo