diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index d65e6030369..bf69d04cffb 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -64,7 +64,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> test - io.netty + ${netty4.group} netty-all test diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index ca9096646c7..0160a7d46d0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -176,7 +176,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> compile - io.netty + ${netty4.group} netty-all compile diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 9565c0c0cbb..9d21de3a0a5 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -892,7 +892,7 @@ - io.netty + ${netty4.group} netty-all ${netty4.version} diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml index 3d86b6ba200..9ccc4220756 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml @@ -44,7 +44,7 @@ ${protobuf.version} - io.netty + ${netty4.group} netty-all diff --git a/pom.xml b/pom.xml index 7e94cfb8ad0..6afeeab411f 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x bash org.fusesource.leveldbjni + io.netty @@ -684,6 +685,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x aarch64 org.openlabtesting.leveldbjni + + org.openlabtesting.netty