adoroszlai commented on code in PR #8152:
URL: https://github.com/apache/ozone/pull/8152#discussion_r2012299040


##########
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:
   Yes.  Now that the new module does not use it, this is not strictly needed, 
but I think we can keep it, and later remove `version` from `integration-test` 
for the same artifact.



-- 
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]

Reply via email to