Skip to content

Commit

Permalink
feat: add ignore rule for javax annotations to handle error in java11 (
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jun 25, 2020
1 parent d84be64 commit cd635ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -193,6 +193,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<ignoredUnusedDeclaredDependencies>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit cd635ad

Please sign in to comment.