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


##########
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:
   Ok thanks for the clarification, didn't see the changes properly.
   
   I was originally wondering the addition the `hdds-server-framework` 
`test-jar` dependency on the parent `hadoop-ozone` parent module. Is this 
because the all the children modules require this `hdds-server-framework` 
`test-jar` dependency?



##########
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:
   Ok thanks for the clarification, didn't see the changes properly.
   
   I was originally wondering the addition the `hdds-server-framework` 
`test-jar` dependency on the `hadoop-ozone` parent module. Is this because the 
all the children modules require this `hdds-server-framework` `test-jar` 
dependency?



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