Skip to content

Commit

Permalink
Force maven central to take precedence (#24204)
Browse files Browse the repository at this point in the history
repository tag copied from the maven 3 super POM at
https://maven.apache.org/ref/3.9.9/maven-model-builder/super-pom.html
  • Loading branch information
ZacBlanco committed Dec 5, 2024
1 parent bc0dbe6 commit f4a47e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
</scm>

<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
Expand Down

0 comments on commit f4a47e4

Please sign in to comment.