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
  • Loading branch information
prabhjyotsingh committed Mar 27, 2024
1 parent b44c306 commit af6a51a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 69 deletions.
69 changes: 0 additions & 69 deletions :q!

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,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 @@ -338,6 +344,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 af6a51a

Please sign in to comment.