From 868f5e27fdacc2dfedecc0eb4f6a555eb65e640b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Coll=20Morag=C3=B3n?= Date: Thu, 9 May 2024 17:43:26 +0100 Subject: [PATCH] storage: Exclude jetty.http2 from jar-with-dependencies. #TASK-6209 --- .../opencga-storage-hadoop-lib/src/main/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-lib/src/main/assembly/src.xml b/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-lib/src/main/assembly/src.xml index 6c5519fe13b..497d6819cf0 100644 --- a/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-lib/src/main/assembly/src.xml +++ b/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-lib/src/main/assembly/src.xml @@ -16,6 +16,7 @@ com.sun.jersey:* org.eclipse.jetty:* + org.eclipse.jetty.http2:* org.eclipse.jetty.websocket:* org.apache.logging.log4j:log4j-slf4j-impl org.apache.commons:commons-lang3