This is an automated email from the ASF dual-hosted git repository.

zbendhiba 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 b17c9a2  fix bindy integration test build
b17c9a2 is described below

commit b17c9a20fed90d0d474765348b94fe1d363be8b0
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Mon May 3 16:30:40 2021 +0200

    fix bindy integration test build
---
 .../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 951651f..da03346 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/icudt68b/brkitr");
+        return new 
NativeImageResourceDirectoryBuildItem("com/ibm/icu/impl/data/icudt69b/brkitr");
     }
 
     @BuildStep

Reply via email to