maver1ck commented on code in PR #76:
URL:
https://github.com/apache/flink-connector-jdbc/pull/76#discussion_r1397884392
##########
pom.xml:
##########
@@ -315,6 +322,20 @@ under the License.
<version>1.12.10</version>
</dependency>
+ <!-- For dependency convergence on crate-jdbc mismatch -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-jre</version>
Review Comment:
Why we are adding guava dependency here ? Looks like start of dependency
hell.
--
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]