tanvipenumudy commented on code in PR #5391: URL: https://github.com/apache/ozone/pull/5391#discussion_r1470018691
########## 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: Noted, I will try removing the dependency as suggested. I was trying on accessing `ScmBlockLocationProtocolProtos` class methods (package: `org.apache.hadoop.hdds.protocol.proto`) from the classes under the package: `org.apache.hadoop.hdds.scm.net` for the purpose of introducing _from and to protobuf_ methods for the newly added proto objects. -- 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]
