Skip to content

Commit a451cb1

Browse files
committed
Don't use "central" as the name of the repository. I think it might mess up loading dependencies from the production artifact repository.
1 parent 7bf3ecb commit a451cb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<repositories>
6767
<repository>
6868
<name>Central Portal Snapshots</name>
69-
<id>central</id>
69+
<id>central-portal-snapshots</id>
7070
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7171
<releases>
7272
<enabled>false</enabled>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<repositories>
2020
<repository>
2121
<name>Central Portal Snapshots</name>
22-
<id>central</id>
22+
<id>central-portal-snapshots</id>
2323
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2424
<releases>
2525
<enabled>false</enabled>

0 commit comments

Comments
 (0)