From cd635ad6e8e5d71ac3a30e7656eb788027f1c370 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Thu, 25 Jun 2020 11:28:29 -0400 Subject: [PATCH] feat: add ignore rule for javax annotations to handle error in java11 (#171) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index bf0dcb52..94525fd4 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,9 @@ org.apache.maven.plugins maven-dependency-plugin 3.1.2 + + javax.annotation:javax.annotation-api + org.codehaus.mojo