This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new c6a97239ec8 [FLINK-27442][Formats][Avro Confluent] Add Confluent repo 
to module flink-sql-avro-confluent-registry
c6a97239ec8 is described below

commit c6a97239ec8b6ff6a9fbe5be827d3028d57fd54c
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 0f0e64effe8..f43c61d98b4 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>

Reply via email to