Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6218#discussion_r199792051
--- Diff: flink-formats/flink-avro/pom.xml ---
@@ -51,6 +51,17 @@ under the License.
<!-- managed version -->
</dependency>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <!-- managed version -->
--- End diff --
I went through the upgrade docs for joda-time from 2.5 til 2.9 and they are
all marked as binary compatible, so at least at the moment we should be fine
with compiling against 2.5.
---