danny0405 commented on code in PR #18127:
URL: https://github.com/apache/hudi/pull/18127#discussion_r2887418008
##########
hudi-flink-datasource/hudi-flink/pom.xml:
##########
@@ -324,6 +324,24 @@
<artifactId>joda-time</artifactId>
<version>2.5</version>
</dependency>
+
+ <!-- Jackson -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </dependency>
+
+ <!-- OkHttp -->
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>4.9.3</version>
Review Comment:
this jar has high risk of conflicts, we are expecting this jar on the env
classpath right? it is not packaged into the uber bundle jar though.
--
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]