Skip to content

Commit cd635ad

Browse files
feat: add ignore rule for javax annotations to handle error in java11 (#171)
1 parent d84be64 commit cd635ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-dependency-plugin</artifactId>
195195
<version>3.1.2</version>
196+
<configuration>
197+
<ignoredUnusedDeclaredDependencies>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependencies>
198+
</configuration>
196199
</plugin>
197200
<plugin>
198201
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)