flink-formats is a pom artifact, meaning that there are no jars for it.
You should add a dependency to the specific format(s) you are interested
in, like flink-formats-csv.
On 14/07/2020 17:41, Daves Open wrote:
> 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