adoroszlai commented on a change in pull request #2375:
URL: https://github.com/apache/ozone/pull/2375#discussion_r669691106



##########
File path: hadoop-ozone/common/pom.xml
##########
@@ -30,6 +30,21 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
   <dependencies>
 
+    <dependency>
+      <groupId>io.grpc</groupId>
+      <artifactId>grpc-netty</artifactId>
+      <version>${io.grpc.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec-http2</artifactId>
+      <version>${netty.version}</version>

Review comment:
       With `netty-bom` imported in root `pom.xml`, `netty.version` does not 
need to be specified anywhere else.




-- 
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]

Reply via email to