Fix false-positive report of japicmp-maven-plugin introduced by OCccef8feedd726743d0355b34799e4915536d72ab
This commit is contained in:
parent
7f3512d42a
commit
4c78c93a62
2
pom.xml
2
pom.xml
@ -971,6 +971,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…
Reference in New Issue
Block a user