You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/11/12 14:21:37 UTC

[camel-quarkus] branch main updated: Remove management of netty-tcnative-boringssl-static

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 809e7c7  Remove management of netty-tcnative-boringssl-static
809e7c7 is described below

commit 809e7c7bcc1b54fe5e58eb4dc531f1c4352f04fd
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Nov 12 10:23:50 2021 +0000

    Remove management of netty-tcnative-boringssl-static
---
 pom.xml          | 2 --
 poms/bom/pom.xml | 6 ------
 2 files changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1b5b62..9c4ff28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,8 +121,6 @@
         <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 6b0e875..51c0e6e 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5902,12 +5902,6 @@
                 <artifactId>commons-lang</artifactId>
                 <version>${commons-lang.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>