kpretty commented on code in PR #4076:
URL:
https://github.com/apache/incubator-seatunnel/pull/4076#discussion_r1102219488
##########
seatunnel-connectors-v2/connector-elasticsearch/pom.xml:
##########
@@ -53,6 +53,18 @@
<groupId>io.airlift</groupId>
<artifactId>security</artifactId>
<version>206</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!-- I'm not sure which version of guava to use, so I choose the
latest; sure enough, the version inherited from the parent project is not
compatible -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-jre</version>
Review Comment:
completed
--
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]