You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2021/06/07 04:38:20 UTC

[ozone] branch master updated: HDDS-5298. Use netty-bom to ensure consistent Netty version (#2304)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ad2e98  HDDS-5298. Use netty-bom to ensure consistent Netty version (#2304)
9ad2e98 is described below

commit 9ad2e9824581b576825df766b950a5f4e800f17d
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Mon Jun 7 00:37:57 2021 -0400

    HDDS-5298. Use netty-bom to ensure consistent Netty version (#2304)
---
 hadoop-ozone/csi/pom.xml |  2 --
 pom.xml                  | 19 +++----------------
 2 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml
index 345e1d6..9504465 100644
--- a/hadoop-ozone/csi/pom.xml
+++ b/hadoop-ozone/csi/pom.xml
@@ -72,12 +72,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <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>log4j</groupId>
diff --git a/pom.xml b/pom.xml
index 0b72aa1..2773c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1021,23 +1021,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
 
       <dependency>
         <groupId>io.netty</groupId>
-        <artifactId>netty-all</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</artifactId>
-        <version>${netty.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-handler</artifactId>
+        <artifactId>netty-bom</artifactId>
         <version>${netty.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
       </dependency>
 
       <dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org