mansipp commented on code in PR #9347:
URL: https://github.com/apache/hudi/pull/9347#discussion_r1284641431


##########
hudi-utilities/pom.xml:
##########
@@ -450,6 +450,14 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- AWS Services -->
+    <!-- 
https://mvnrepository.com/artifact/software.amazon.awssdk/aws-java-sdk-sqs -->
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>sqs</artifactId>
+      <version>${aws.sdk.version}</version>
+    </dependency>

Review Comment:
   We have added these 2 dependencies back to the ```hudi-utililes``` pom 
because of the ```TestS3EventsSource```  ```java.lang.NoClassDefFoundError: 
org/apache/http/impl/client/DefaultClientConnectionReuseStrategy``` failure. We 
still need to identify that why these dependencies are required to be specified 
in ```hudi-utilities``` even though ```hudi-aws``` is pulling them in 
```hudi-utililes```
   ```
   <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <version>${aws.sdk.httpclient.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
         <version>${aws.sdk.httpcore.version}</version>
       </dependency>
   ```
   



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

Reply via email to