Skip to content

Commit

Permalink
Exclude multirelease classes in jackson (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir committed Sep 5, 2023
1 parent 90fbf51 commit 34aa46d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/bugfix-AWSSDKforJavav2-e86d54a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Fix an issue where the multirelease classes were not being shaded or removed."
}
2 changes: 2 additions & 0 deletions third-party/third-party-jackson-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
<excludes>
<exclude>META-INF/**/pom.xml</exclude>
<exclude>META-INF/**/pom.properties</exclude>
<!-- exclude multirelease classes -->
<exclude>META-INF/versions/**/*.class</exclude>
</excludes>
</filter>
</filters>
Expand Down
2 changes: 2 additions & 0 deletions third-party/third-party-jackson-dataformat-cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
<exclude>com/fasterxml/jackson/dataformat/cbor/databind/**</exclude>
<exclude>META-INF/**/pom.xml</exclude>
<exclude>META-INF/**/pom.properties</exclude>
<!-- exclude multirelease classes -->
<exclude>META-INF/versions/**/*.class</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 34aa46d

Please sign in to comment.