Fix false-positive report of japicmp-maven-plugin introduced by OCccef8feedd726743d0355b34799e4915536d72ab
This commit is contained in:
parent
e419dedc2c
commit
8314e2fb04
2
pom.xml
2
pom.xml
@ -1024,6 +1024,8 @@
|
||||
<excludes>
|
||||
<exclude>@io.netty.util.internal.UnstableApi</exclude>
|
||||
<exclude>io.netty.util.internal.shaded</exclude>
|
||||
<!-- Added to fix false-positive -->
|
||||
<exclude>io.netty.handler.codec.dns.TcpDnsQueryDecoder</exclude>
|
||||
</excludes>
|
||||
</parameter>
|
||||
<skip>${skipJapicmp}</skip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user