Fix false-positive report of japicmp-maven-plugin introduced by OCccef8feedd726743d0355b34799e4915536d72ab

This commit is contained in:
Norman Maurer 2021-07-28 12:06:10 +02:00
parent e419dedc2c
commit 8314e2fb04

View File

@ -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>