adoroszlai commented on a change in pull request #2945: URL: https://github.com/apache/ozone/pull/2945#discussion_r811622506
########## File path: hadoop-ozone/common/pom.xml ########## @@ -48,6 +48,17 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler-proxy</artifactId> + </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-tcnative-boringssl-static</artifactId> + <version>2.0.38.Final</version> <!-- See table for correct version --> Review comment: Netty provides a BOM (bill of materials) module. We use it to ensure version consistency of various Netty modules (see HDDS-5298). In most recent versions this BOM also includes tcnative modules. We will be able to avoid tracking tcnative version after upgrade to latest Netty (HDDS-6097). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
