nandakumar131 commented on code in PR #7644: URL: https://github.com/apache/ozone/pull/7644#discussion_r1903275178
########## hadoop-hdds/erasurecode/pom.xml: ########## @@ -24,29 +21,27 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> </parent> <artifactId>hdds-erasurecode</artifactId> <version>2.0.0-SNAPSHOT</version> - <description>Apache Ozone Distributed Data Store Earsurecode utils - </description> - <name>Apache Ozone HDDS Erasurecode</name> <packaging>jar</packaging> - - <properties> - <sort.skip>true</sort.skip> - </properties> + <name>Apache Ozone HDDS Erasurecode</name> + <description>Apache Ozone Distributed Data Store Earsurecode utils</description> <dependencies> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> <dependency> <groupId>org.apache.ozone</groupId> <artifactId>hdds-common</artifactId> </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> + <groupId>org.apache.ozone</groupId> + <artifactId>hdds-config</artifactId> + <scope>test</scope> </dependency> <!-- Test dependencies --> Review Comment: My bad, I fix (move it where the test dependencies start) this in the next PR. -- 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]
