From b35bb5959ea90b47cd277b9260e365aece19650f Mon Sep 17 00:00:00 2001 From: William Hyun Date: Wed, 3 Jan 2024 00:44:56 -0800 Subject: [PATCH] ORC-1566: Make Brotli dependency as optional ### What changes were proposed in this pull request? This PR aims to make the Brotli dependency as optional. ### Why are the changes needed? Brotli is not required when Brotli codec is not used. ### How was this patch tested? Pass the CIs. Closes #1721 from williamhyun/brotli. Authored-by: William Hyun Signed-off-by: Dongjoon Hyun --- java/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/java/pom.xml b/java/pom.xml index b3ef977724..fbbf30902f 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -207,6 +207,7 @@ com.aayushatharva.brotli4j brotli4j ${brotli4j.version} + true