This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 2c9fc9400a7 [fix][build] Remove Confluent and Restlet maven
repositories from top level pom.xml (#24981)
2c9fc9400a7 is described below
commit 2c9fc9400a70ae2ac8bd89212b75248a7a4c9195
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Nov 14 13:13:44 2025 +0200
[fix][build] Remove Confluent and Restlet maven repositories from top level
pom.xml (#24981)
---
pom.xml | 15 ---------------
pulsar-io/kafka-connect-adaptor/pom.xml | 10 ++++++++++
pulsar-io/kafka/pom.xml | 10 ++++++++++
3 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1e115804c66..1ff0595a190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3141,20 +3141,5 @@ flexible messaging model and an intuitive client
API.</description>
<enabled>false</enabled>
</snapshots>
</repository>
- <repository>
- <id>confluent</id>
- <url>https://packages.confluent.io/maven/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>maven.restlet.org</id>
- <name>maven.restlet.org</name>
- <url>https://maven.restlet.talend.com</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
</project>
diff --git a/pulsar-io/kafka-connect-adaptor/pom.xml
b/pulsar-io/kafka-connect-adaptor/pom.xml
index 883528d2ef9..787f65124fd 100644
--- a/pulsar-io/kafka-connect-adaptor/pom.xml
+++ b/pulsar-io/kafka-connect-adaptor/pom.xml
@@ -249,4 +249,14 @@
</plugin>
</plugins>
</build>
+
+ <repositories>
+ <repository>
+ <id>confluent</id>
+ <url>https://packages.confluent.io/maven/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>
diff --git a/pulsar-io/kafka/pom.xml b/pulsar-io/kafka/pom.xml
index ed43129be5e..b78f7e47efb 100644
--- a/pulsar-io/kafka/pom.xml
+++ b/pulsar-io/kafka/pom.xml
@@ -159,4 +159,14 @@
</plugin>
</plugins>
</build>
+
+ <repositories>
+ <repository>
+ <id>confluent</id>
+ <url>https://packages.confluent.io/maven/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>