tanvipenumudy commented on code in PR #5391: URL: https://github.com/apache/ozone/pull/5391#discussion_r1486583884
########## hadoop-hdds/common/pom.xml: ########## @@ -206,6 +206,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>junit-platform-launcher</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.ozone</groupId> + <artifactId>hdds-interface-server</artifactId> + </dependency> Review Comment: I have moved the newer proto objects to `hdds.proto` instead due to a few implementation constraints and retained the request, response and type proto definitions within `ScmServerProtocol.proto`, thanks! -- 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]
