This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a112465efe0 [FLINK-27442][Formats][Avro Confluent] Add Confluent repo
to module flink-sql-avro-confluent-registry
a112465efe0 is described below
commit a112465efe0e32f6c6c5e5e433b8d4b9f90dfd79
Author: MartijnVisser <[email protected]>
AuthorDate: Wed May 4 15:24:51 2022 +0200
[FLINK-27442][Formats][Avro Confluent] Add Confluent repo to module
flink-sql-avro-confluent-registry
---
flink-formats/flink-sql-avro-confluent-registry/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/flink-formats/flink-sql-avro-confluent-registry/pom.xml
b/flink-formats/flink-sql-avro-confluent-registry/pom.xml
index 2ce0a31d000..123311900af 100644
--- a/flink-formats/flink-sql-avro-confluent-registry/pom.xml
+++ b/flink-formats/flink-sql-avro-confluent-registry/pom.xml
@@ -33,6 +33,13 @@ under the License.
<packaging>jar</packaging>
+ <repositories>
+ <repository>
+ <id>confluent</id>
+ <url>https://packages.confluent.io/maven/</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>