Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.
<!-- 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>
Attachments
Issue Links
- links to