susheel-gupta commented on code in PR #5884:
URL: https://github.com/apache/hadoop/pull/5884#discussion_r1280477691


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml:
##########
@@ -333,6 +333,16 @@
      <dependency>
          <groupId>com.fasterxml.jackson.dataformat</groupId>
          <artifactId>jackson-dataformat-yaml</artifactId>
+         <exclusions>
+             <exclusion>
+                 <groupId>org.yaml</groupId>
+                 <artifactId>snakeyaml</artifactId>
+             </exclusion>
+         </exclusions>
+     </dependency>
+     <dependency>
+         <groupId>org.yaml</groupId>
+         <artifactId>snakeyaml</artifactId>

Review Comment:
   @tomicooler Yes, but this needed to be fixed for other jackson related 
dependency altogether having <jackson2.version>2.12.7</jackson2.version> ,
   
https://github.com/apache/hadoop/blob/5aee0e0c0a2c1d4181e92a20b311885a5c552121/hadoop-project/pom.xml#L72
 



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