Duo Zhang created HBASE-28022:
---------------------------------
Summary: Remove netty 3 dependency in the pom file for
hbase-endpoint
Key: HBASE-28022
URL: https://issues.apache.org/jira/browse/HBASE-28022
Project: HBase
Issue Type: Task
Components: dependencies, pom, security
Reporter: Duo Zhang
Assignee: Duo Zhang
We have this in the hadoop-3.0 profile, which is not necessary and will trigger
dependabot warnings about security problem. Hadoop mini cluster will pull in
the necessary dependencies.
{code}
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.2.Final</version>
<scope>test</scope>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)