19priyadhingra commented on PR #141:
URL: 
https://github.com/apache/flink-connector-aws/pull/141#issuecomment-2264502915

   > consider reducing the AWS version for our ITCase against localstack
   
   I am sorry, I didn't understand this part, do you mean replacing 1 with 2? I 
tried this but build started failing because of conflicting aws-sdk version 
exists at the same time
   
   1.
   <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>sqs</artifactId>
   </dependency>
   
   2
   <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>sqs</artifactId>
       <version>2.20.144</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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to