AMBARI-25695 Pull request tests fail due to Maven 3.8.x blocks http repositories (santal) (#3321)

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>