This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7ecdda18df72a03c6955ff2a7df159f998f54a0f Author: Jiri Ondrusek <[email protected]> AuthorDate: Thu Aug 14 15:20:51 2025 +0200 Fixed zipfile (compression test) --- extensions/zipfile/runtime/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml index 39aea84faf..85dacbb18a 100644 --- a/extensions/zipfile/runtime/pom.xml +++ b/extensions/zipfile/runtime/pom.xml @@ -43,6 +43,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-zipfile</artifactId> </dependency> + <dependency> + <groupId>com.github.luben</groupId> + <artifactId>zstd-jni</artifactId> + </dependency> </dependencies> <build>
