I added flink-formats to my pom.xml file, but the jar files are not found. I checked in mvnrepository and the pom entry exists, but there are no files. Can you please confirm that the jars for flink-format are available in the repos? The following is my pom entry:
<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-formats</artifactId> <version>1.11.0</version> </dependency> Thanks