Skip to content

Commit

Permalink
exclude apache repo snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 15, 2022
1 parent 80596d7 commit de5e26b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--
This is used as a fallback when the first try fails.
-->
<id>apache</id>
<name>apache Repository</name>
<url>https://repository.apache.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit de5e26b

Please sign in to comment.