adoroszlai commented on code in PR #8152: URL: https://github.com/apache/ozone/pull/8152#discussion_r2012224907
########## hadoop-ozone/pom.xml: ########## @@ -147,6 +148,12 @@ <artifactId>hdds-server-framework</artifactId> <version>${hdds.version}</version> </dependency> + <dependency> + <groupId>org.apache.ozone</groupId> + <artifactId>hdds-server-framework</artifactId> + <version>${hdds.version}</version> + <type>test-jar</type> + </dependency> Review Comment: > but the `test-jar` dependency is still there `hdds-server-framework` no longer has `test-jar`, `hdds-test-utils` does. https://github.com/apache/ozone/blob/c1a48b57a33753d3e2dc627d2efd1aa0f3eff7ee/hadoop-ozone/integration-test-s3/pom.xml#L59-L69 -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org