Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "bugfix",
"category": "AWS SDK for Java v2 Bundle",
"contributor": "",
"description": "Remove unused `META-INF/jandex.idx`. This file was shaded into the `bundle` JAR from a transitive dependency of the bundle, which also does not use this file."
}
8 changes: 8 additions & 0 deletions bundle-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@
<include>software.amazon.eventstream:eventstream</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>com.github.ben-manes.caffeine:caffeine</artifact>
<excludes>
<exclude>META-INF/jandex.idx</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.apache</pattern>
Expand Down
Loading