aajisaka commented on issue #1807: YARN-10074. Update netty to 4.1.42Final in yarn-csi. Contributed by Wei-Chiu Chuang. URL: https://github.com/apache/hadoop/pull/1807#issuecomment-574941205 Hi @jojochuang , ``` <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>${netty-all.version}</version> </dependency> ``` Can we remove the `<version>` tag? That way yarn-csi module will use the version which is defined by the dependencyManagement section of the pom.xml (hadoop-project module).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
