From 8b389eb305ee36eaf47fc47d2691b7f1d45abdd0 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:27:22 -0800 Subject: [PATCH] Unshade auth-crt due to known issue (#1015) (#1016) (cherry picked from commit 974d7d46ca17b44e72a49d53833fd8962e959c51) Signed-off-by: Louis Chu Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 01260d357..8c0bae606 100644 --- a/build.sbt +++ b/build.sbt @@ -64,8 +64,7 @@ val packagesToShade = Seq( "org.glassfish.json.**", "org.joda.time.**", "org.reactivestreams.**", - "org.yaml.**", - "software.amazon.**" + "org.yaml.**" ) ThisBuild / assemblyShadeRules := Seq(