From 8ec85eb8e5d9439181cbe95a8c6263e4ea5d341f Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Wed, 19 Oct 2022 18:34:25 +0200 Subject: [PATCH] jetty: Fix build failure (#8817) Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51784 Delete some not needed jar. --- projects/jetty/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/jetty/build.sh b/projects/jetty/build.sh index 8a9eb8881..a261cd564 100755 --- a/projects/jetty/build.sh +++ b/projects/jetty/build.sh @@ -27,9 +27,8 @@ cp $SRC/jetty.project/jetty-home/target/jetty-home/lib/jetty-server-$JETTY_VERSI cp $SRC/jetty.project/jetty-home/target/jetty-home/lib/jetty-util-$JETTY_VERSION.jar $OUT/jetty-util.jar cp $SRC/jetty.project/jetty-home/target/jetty-home/lib/jetty-io-$JETTY_VERSION.jar $OUT/jetty-io.jar cp $SRC/jetty.project/jetty-runner/target/jetty-runner-$JETTY_VERSION.jar $OUT/jetty-runner.jar -cp $SRC/jetty.project/jetty-home/target/jetty-home/lib/logging/slf4j-api-2.0.0.jar $OUT/slf4j-api.jar -ALL_JARS="jetty-util.jar jetty-server.jar jetty-http.jar jetty-io.jar jetty-runner.jar slf4j-api.jar" +ALL_JARS="jetty-util.jar jetty-server.jar jetty-http.jar jetty-io.jar jetty-runner.jar" # The classpath at build-time includes the project jars in $OUT as well as the # Jazzer API.