You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/12/14 08:08:29 UTC

[pulsar] 01/02: Add maven.restlet.org repository (#13248)

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

eolivelli pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 7dead7b9523671b95e5b0a7e18e317f4060294e5
Author: lipenghui <pe...@apache.org>
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 6433833..7d4fbdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2294,6 +2294,14 @@ flexible messaging model and an intuitive client API.</description>
         <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>