ramitg254 commented on code in PR #6251:
URL: https://github.com/apache/hive/pull/6251#discussion_r2666984826
##########
storage-api/pom.xml:
##########
@@ -59,6 +60,12 @@
</dependencies>
</dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${commons-lang3.version}</version>
+ <scope>provided</scope>
+ </dependency>
Review Comment:
commons-lang3 of version 3.17.0 was brought in transitively via hadoop so
adding it in dependency management to ensure only newer version should be
present as storage-api do not define hive pom as parent and has parent
```
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>35</version>
</parent>
```
--
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]