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

hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 0fc5d44  AMBARI-25695 Pull request tests fail due to Maven 3.8.x 
blocks http repositories (santal) (#3321)
0fc5d44 is described below

commit 0fc5d4401da8c0dc42f643d27610633321c9ec7e
Author: Szilárd Antal <san...@cloudera.com>
AuthorDate: Mon Nov 8 11:05:41 2021 +0100

    AMBARI-25695 Pull request tests fail due to Maven 3.8.x blocks http 
repositories (santal) (#3321)
---
 ambari-infra/pom.xml     | 5 +++++
 ambari-logsearch/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/ambari-infra/pom.xml b/ambari-infra/pom.xml
index 17bba7b..a9ef573 100644
--- a/ambari-infra/pom.xml
+++ b/ambari-infra/pom.xml
@@ -87,6 +87,11 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>https://maven.restlet.com</url>
+    </repository>
   </repositories>
 
   <modules>
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index b2b21fb..c2f8142 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -103,6 +103,11 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>https://maven.restlet.com</url>
+    </repository>
   </repositories>
   <build>
     <pluginManagement>

Reply via email to