This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new f2428c1 make use of netty bom (#5607) f2428c1 is described below commit f2428c1f1dd9e4ef551e1d3bf65dfb34b40e54fb Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Fri May 28 09:52:38 2021 +0200 make use of netty bom (#5607) --- components/camel-ahc/pom.xml | 10 ---------- components/camel-amqp/pom.xml | 5 ----- components/camel-atomix/pom.xml | 2 -- components/camel-iec60870/pom.xml | 5 ----- components/camel-lumberjack/pom.xml | 2 -- components/camel-netty-http/pom.xml | 9 --------- components/camel-netty/pom.xml | 8 -------- parent/pom.xml | 11 ++++++++++- 8 files changed, 10 insertions(+), 42 deletions(-) diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml index 0bb1cda..60b6ff4 100644 --- a/components/camel-ahc/pom.xml +++ b/components/camel-ahc/pom.xml @@ -51,52 +51,42 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-socks</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index c204f17..998509e 100644 --- a/components/camel-amqp/pom.xml +++ b/components/camel-amqp/pom.xml @@ -66,27 +66,22 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>${netty-version}</version> </dependency> <!-- testing --> diff --git a/components/camel-atomix/pom.xml b/components/camel-atomix/pom.xml index 9460af5..39409e1 100644 --- a/components/camel-atomix/pom.xml +++ b/components/camel-atomix/pom.xml @@ -92,12 +92,10 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <!-- logging --> diff --git a/components/camel-iec60870/pom.xml b/components/camel-iec60870/pom.xml index acf5156..ac7d4af 100644 --- a/components/camel-iec60870/pom.xml +++ b/components/camel-iec60870/pom.xml @@ -75,27 +75,22 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <!-- testing --> diff --git a/components/camel-lumberjack/pom.xml b/components/camel-lumberjack/pom.xml index 7bc80a0..e463279 100644 --- a/components/camel-lumberjack/pom.xml +++ b/components/camel-lumberjack/pom.xml @@ -43,12 +43,10 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index 25048b4..2655a95 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -40,47 +40,38 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>${netty-version}</version> </dependency> <dependency> diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml index 757b99d..05c19e2 100644 --- a/components/camel-netty/pom.xml +++ b/components/camel-netty/pom.xml @@ -45,42 +45,34 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> - <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> - <version>${netty-version}</version> </dependency> <dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 8fbd419..cbc9bf5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -420,7 +420,7 @@ <nsq-client-version>1.0.0.RC4</nsq-client-version> <neoscada-version>0.4.0</neoscada-version> <netty3-version>3.10.6.Final</netty3-version> - <netty-version>4.1.65.Final</netty-version> + <netty-bom-version>4.1.65.Final</netty-bom-version> <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version> <networknt-json-schema-validator-version>1.0.52</networknt-json-schema-validator-version> <nimbus-jose-jwt>8.9</nimbus-jose-jwt> @@ -4015,6 +4015,15 @@ <scope>import</scope> </dependency> + <!-- Netty bom --> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-bom</artifactId> + <version>${netty-bom-version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> </dependencyManagement>