Skip to content

Commit

Permalink
Fix false-positive report of japicmp-maven-plugin introduced by OCcce…
Browse files Browse the repository at this point in the history
…f8feedd726743d0355b34799e4915536d72ab
  • Loading branch information
normanmaurer committed Jul 28, 2021
1 parent e419ded commit 8314e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8314e2f

Please sign in to comment.