File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -141,17 +141,17 @@ https://stackoverflow.com/questions/44088493/jersey-stopped-working-with-injecti
141
141
</dependency >
142
142
</dependencies >
143
143
144
- <!-- Alas, need to include snapshot reference since otherwise can not find
145
- snapshot of parent... -->
144
+ <!-- Need to include snapshot reference to find snapshot of parent -->
146
145
<repositories >
146
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
147
147
<repository >
148
- <id >sonatype-nexus -snapshots</id >
149
- <name >Sonatype Nexus Snapshots </name >
150
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
148
+ <id >central -snapshots</id >
149
+ <name >Sonatype Central Portal (snapshots) </name >
150
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
151
151
<releases ><enabled >false</enabled ></releases >
152
152
<snapshots ><enabled >true</enabled ></snapshots >
153
153
</repository >
154
- </repositories >
154
+ </repositories >
155
155
156
156
<build >
157
157
<pluginManagement >
You can’t perform that action at this time.
0 commit comments