From db57f563e94800965f810828d1a3c8477e14cb01 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Tue, 3 Dec 2024 21:10:55 +0200 Subject: [PATCH] Add back the "brotli"-related dependency. It is needed by Brotli (de-)compression algorithms. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 7ab41da..84e9d3c 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,14 @@ + + + + org.brotli + dec + 0.1.2 + + org.apache.commons