nishitpatira commented on code in PR #4097:
URL: https://github.com/apache/ozone/pull/4097#discussion_r1052674477


##########
hadoop-ozone/ozonefs-hadoop2/pom.xml:
##########
@@ -54,6 +54,16 @@
       <artifactId>hadoop-common</artifactId>
       <scope>provided</scope>
       <version>2.7.3</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-auth</artifactId>

Review Comment:
   `hadoop-auth` and `hadoop-common` are present in ozonfs-hadoop2 classpath 
with the version 2.7.3. This was verified by looking at the classpath generated 
by ```mvn dependency:build-classpath ```. And this jar is being explicitly made 
available by the copy command in `dist/pom.xml`. For all other modules, we are 
defaulting to the 3.3.4 version. 
   This is exactly what we intended to. Why do you think we still have a 
problem?



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