Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 5cf39ba

Browse files
committed
FIX Add UnixSystem to animal-sniffer ignore
1 parent 0c41e87 commit 5cf39ba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,18 @@
8686
</profile>
8787
</profiles>
8888

89+
<build>
90+
<plugins>
91+
<plugin>
92+
<groupId>org.codehaus.mojo</groupId>
93+
<artifactId>animal-sniffer-maven-plugin</artifactId>
94+
<configuration>
95+
<ignores combine.children="append">
96+
<ignore>com.sun.security.auth.module.UnixSystem</ignore>
97+
</ignores>
98+
</configuration>
99+
</plugin>
100+
</plugins>
101+
</build>
89102

90103
</project>

0 commit comments

Comments
 (0)