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

jamesnetherton pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit bfc989b44a8226b97088de51a3dfedaf58d54329
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Sep 17 15:47:34 2021 +0100

    Temporarily add netty-tcnative-boringssl-static to the BOM to work around 
netty-bom issues
---
 pom.xml          | 2 ++
 poms/bom/pom.xml | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5b4af4f..3da981d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,8 @@
         <spring.version>${spring5-version}</spring.version>
         <snakeyaml.version>${snakeyaml-version}</snakeyaml.version>
         <snappy.version>1.1.7.7</snappy.version><!-- Spark -->
+        <!-- TODO: Remove this when netty-bom issues are resolved 
https://github.com/apache/camel-quarkus/issues/3115 -->
+        <tcnative.version>2.0.43.Final</tcnative.version>
         <threetenbp.version>1.4.0</threetenbp.version>
         <xalan.version>${xalan-version}</xalan.version>
         <xchange.version>${xchange-version}</xchange.version>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index ce3198b..d5d41b3 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5859,6 +5859,12 @@
                 <artifactId>minio</artifactId>
                 <version>${minio.version}</version>
             </dependency>
+            <!-- TODO: Remove this when netty-bom issues are resolved 
https://github.com/apache/camel-quarkus/issues/3115 -->
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-tcnative-boringssl-static</artifactId>
+                <version>${tcnative.version}</version>
+            </dependency>
             <dependency>
                 <groupId>io.quarkiverse.freemarker</groupId>
                 <artifactId>quarkus-freemarker</artifactId>

Reply via email to