This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 8fcb83a bindy: do not embed useless resources #2413 8fcb83a is described below commit 8fcb83a0a96897b3ebb45eb26a6b50839985fbdb Author: aldettinger <aldettin...@gmail.com> AuthorDate: Tue Mar 30 11:41:46 2021 +0200 bindy: do not embed useless resources #2413 --- .../apache/camel/quarkus/component/bindy/deployment/BindyProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/bindy/deployment/src/main/java/org/apache/camel/quarkus/component/bindy/deployment/BindyProcessor.java b/extensions/bindy/deployment/src/main/java/org/apache/camel/quarkus/component/bindy/deployment/BindyProcessor.java index ccb5f0a..951651f 100644 --- a/extensions/bindy/deployment/src/main/java/org/apache/camel/quarkus/component/bindy/deployment/BindyProcessor.java +++ b/extensions/bindy/deployment/src/main/java/org/apache/camel/quarkus/component/bindy/deployment/BindyProcessor.java @@ -51,7 +51,7 @@ class BindyProcessor { @BuildStep NativeImageResourceDirectoryBuildItem resourceBundles() { - return new NativeImageResourceDirectoryBuildItem("com/ibm/icu/impl/data"); + return new NativeImageResourceDirectoryBuildItem("com/ibm/icu/impl/data/icudt68b/brkitr"); } @BuildStep