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


##########
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:
   Oh, sorry, I missed that you referenced the parent POM.  So that one 
declares it in the `dependencyManagement`, just making it easier to use in 
child modules.  It does not add the actual dependency in all children.



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