Skip to content

Commit

Permalink
AMBARI-25695 Pull request tests fail due to Maven 3.8.x blocks http r…
Browse files Browse the repository at this point in the history
…epositories (santal) (apache#3321)
  • Loading branch information
sziszo authored Nov 8, 2021
1 parent 20298d4 commit 0fc5d44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ambari-infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions ambari-logsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0fc5d44

Please sign in to comment.