Skip to content

Commit

Permalink
Fix japicmp setting
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Dec 3, 2023
1 parent 83766b1 commit beaadda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
-->
<!-- 30-Sep-2023, wrongwrong: For 2.16, compare to 2.15.2 baseline
-->
<version>2.15.2</version>
<version>2.16.0</version>
<type>jar</type>
</dependency>
</oldVersion>
Expand All @@ -232,12 +232,9 @@
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
<excludes>
<!-- public -->
<!-- options added -->
<exclude>com.fasterxml.jackson.module.kotlin.KotlinModule</exclude>
<!-- removed -->
<exclude>com.fasterxml.jackson.module.kotlin.SequenceSerializer</exclude>
<!-- internal -->
<exclude>com.fasterxml.jackson.module.kotlin.KotlinNamesAnnotationIntrospector</exclude>
<exclude>com.fasterxml.jackson.module.kotlin.KotlinAnnotationIntrospector</exclude>
<exclude>com.fasterxml.jackson.module.kotlin.KotlinDeserializers</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit beaadda

Please sign in to comment.