Skip to content

Commit

Permalink
ODP-1103: remove netty jar from hadoop-yarn-server-timelineservice-hb…
Browse files Browse the repository at this point in the history
…ase-tests

(cherry picked from commit af6a51a)
  • Loading branch information
prabhjyotsingh committed May 12, 2024
1 parent 7547104 commit 21be68b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,12 @@
<artifactId>hadoop-hdfs</artifactId>
<version>${hbase-compatible-hadoop.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- 'mvn dependency:analyze' fails to detect use of this direct
Expand All @@ -322,6 +328,12 @@
<version>${hbase-compatible-hadoop.version}</version>
<type>test-jar</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 21be68b

Please sign in to comment.