You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/09/07 14:14:31 UTC

[camel] branch master updated: Removing netty40-version which isn't used any more

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 695c1b7  Removing netty40-version which isn't used any more
695c1b7 is described below

commit 695c1b778c542510b8df0aabd6c6e1f8aebb1822
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Sep 7 15:13:50 2020 +0100

    Removing netty40-version which isn't used any more
---
 camel-dependencies/pom.xml | 1 -
 parent/pom.xml             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index e175bd5..96636ae 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -449,7 +449,6 @@
     <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
     <netty-version>4.1.51.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
-    <netty40-version>4.0.56.Final</netty40-version>
     <networknt-json-schema-validator-version>1.0.43</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
     <nitrite-version>3.4.2</nitrite-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e9baf6a..c8ebb08 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -436,7 +436,6 @@
         <netty3-version>3.10.6.Final</netty3-version>
         <netty-version>4.1.51.Final</netty-version>
         <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
-        <netty40-version>4.0.56.Final</netty40-version>
         <networknt-json-schema-validator-version>1.0.43</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.2</nitrite-version>