File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
</dependency >
54
54
</dependencies >
55
55
56
- <!-- Alas, need to include snapshot reference since otherwise can not find
57
- snapshot of parent... -->
56
+ <!-- Need to include snapshot reference to find snapshot of parent -->
58
57
<repositories >
58
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
59
59
<repository >
60
- <id >sonatype-nexus -snapshots</id >
61
- <name >Sonatype Nexus Snapshots </name >
62
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
60
+ <id >central -snapshots</id >
61
+ <name >Sonatype Central Portal (snapshots) </name >
62
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
63
63
<releases ><enabled >false</enabled ></releases >
64
64
<snapshots ><enabled >true</enabled ></snapshots >
65
65
</repository >
You can’t perform that action at this time.
0 commit comments