This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 92c3ef50bd Fixed zipfile (compression test)
92c3ef50bd is described below
commit 92c3ef50bdf8a241428b9596457547e2b38e25bd
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>