arorasimran0309 commented on code in PR #5435:
URL: https://github.com/apache/hive/pull/5435#discussion_r1753095794


##########
pom.xml:
##########
@@ -1415,6 +1415,11 @@
         <artifactId>spring-jdbc</artifactId>
         <version>${spring.version}</version>
       </dependency>
+      <dependency>

Review Comment:
   > atlas-intg has a transitive dependency on spring-context. spring-context 
was bringing in the older version (5.3.21), as it wasn't included in the POM 
files prior. Since this dependency has multiple occurrences, it is better to 
add it explicitly as a dependency.
   
   Excluding **spring-context** from **atlas-intg** in **ql/pom.xml** 
successfully removed the older versions being called. Therefore, instead of 
including as an additional dependency, chose to exclude it instead.



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