davidradl commented on code in PR #25646:
URL: https://github.com/apache/flink/pull/25646#discussion_r1920413574
##########
flink-python/pom.xml:
##########
@@ -377,6 +377,12 @@ under the License.
<artifactId>commons-lang3</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
Review Comment:
I notice that
[https://github.com/FasterXML/jackson-datatype-jdk8?tab=readme-ov-file](https://github.com/FasterXML/jackson-datatype-jdk8?tab=readme-ov-file)
is deprecated. It recommends that the version from
https://github.com/FasterXML/jackson-modules-java8 should be used. Is there a
reason we have to use the deprecated maven dependancy?
--
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]