deniskuzZ commented on code in PR #6398:
URL: https://github.com/apache/hive/pull/6398#discussion_r3027177091


##########
ql/pom.xml:
##########
@@ -166,6 +166,11 @@
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-storage-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>bundle</artifactId>

Review Comment:
   can we set <aws-java-sdk.version>2.41.3</aws-java-sdk.version> andd drop the 
excludes  + new ql dependency? 



##########
ql/pom.xml:
##########
@@ -166,6 +166,11 @@
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-storage-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>bundle</artifactId>

Review Comment:
   ok, that's because we've excluded `secretsmanager` transitive dependency 
from `aws-secretsmanager-caching-java`



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