This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.15 by this push:
new db9f8e10816 [FLINK-27442][Formats][Avro Confluent] Add Confluent repo
to module flink-sql-avro-confluent-registry
db9f8e10816 is described below
commit db9f8e10816ca02d3f212b3912df1efffdbd72d9
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 b00aa61a8a5..fcc324505b8 100644
--- a/flink-formats/flink-sql-avro-confluent-registry/pom.xml
+++ b/flink-formats/flink-sql-avro-confluent-registry/pom.xml
@@ -34,6 +34,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>