Skip to content

Commit

Permalink
Unshade auth-crt due to known issue (#1015) (#1016)
Browse files Browse the repository at this point in the history
(cherry picked from commit 974d7d4)

Signed-off-by: Louis Chu <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7521691 commit 8b389eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ val packagesToShade = Seq(
"org.glassfish.json.**",
"org.joda.time.**",
"org.reactivestreams.**",
"org.yaml.**",
"software.amazon.**"
"org.yaml.**"
)

ThisBuild / assemblyShadeRules := Seq(
Expand Down

0 comments on commit 8b389eb

Please sign in to comment.