This is an automated email from the ASF dual-hosted git repository.
penghui pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 64f1ccb Add maven.restlet.org repository (#13248)
64f1ccb is described below
commit 64f1ccb1f7ac8d17377d7586b299481373e1e0f9
Author: lipenghui <[email protected]>
AuthorDate: Sun Dec 12 22:42:39 2021 +0800
Add maven.restlet.org repository (#13248)
* Add maven.restlet.org repository
* Unblock restlet-http
* Add maven.restlet.org repository
(cherry picked from commit 717e75d82e651156ab464cc898a10bf867ef47bf)
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4e6dca5..4829f37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1709,6 +1709,14 @@ flexible messaging model and an intuitive client
API.</description>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
</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>