Skip to content

Commit

Permalink
Fix compatibility warning (false positive).
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 9, 2023
1 parent 10e13ac commit 67ac129
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
<configuration>
<excludes>
<exclude>net.bytebuddy.asm.MemberSubstitution</exclude>
<exclude>net.bytebuddy.implementation.FieldAccessor</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<version.maven.plexus-build-api>0.0.7</version.maven.plexus-build-api>
<version.maven.test>3.3.0</version.maven.test>
<version.slf4j>1.7.36</version.slf4j>
<version.maven.plexus-archiver>3.7.0</version.maven.plexus-archiver>
<version.maven.plexus-archiver>4.8.0</version.maven.plexus-archiver>
<version.maven.plexus-util>3.4.2</version.maven.plexus-util>
<version.commons-io>2.11.0</version.commons-io>
<version.commons-compress>1.21</version.commons-compress>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,9 @@
<ignoreMissingClasses>true</ignoreMissingClasses>
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
<breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>
<excludes>
<exclude>net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor$ForBeanProperty</exclude>
</excludes>
</parameter>
</configuration>
</execution>
Expand Down

0 comments on commit 67ac129

Please sign in to comment.