Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-28022

Remove netty 3 dependency in the pom file for hbase-endpoint

    XMLWordPrintableJSON

Details

    • 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

          Activity

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: