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 106
106
</dependency >
107
107
</dependencies >
108
108
109
- <!-- Alas, need to include snapshot reference since otherwise can not find
110
- snapshot of parent... -->
109
+ <!-- Need to include snapshot reference to find snapshot of parent -->
111
110
<repositories >
111
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
112
112
<repository >
113
- <id >sonatype-nexus -snapshots</id >
114
- <name >Sonatype Nexus Snapshots </name >
115
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
113
+ <id >central -snapshots</id >
114
+ <name >Sonatype Central Portal (snapshots) </name >
115
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
116
116
<releases ><enabled >false</enabled ></releases >
117
117
<snapshots ><enabled >true</enabled ></snapshots >
118
118
</repository >
You can’t perform that action at this time.
0 commit comments