File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 234
234
235
235
</dependencies >
236
236
237
- <!-- Need both Snapshot repos: new (most, anything under "tools.jackson")
237
+ <!-- Need multiple Snapshot repos: new (most, anything under "tools.jackson")
238
238
and old (for "com.fasterxml", mostly jackson-annotations)
239
239
-->
240
240
<repositories >
241
+ <!-- 22-May-2025, tatu: tools.jackson from Central Portal -->
241
242
<repository >
242
- <id >sonatype-nexus- snapshots-new </id >
243
- <name >Sonatype Nexus Snapshots (new )</name >
244
- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
243
+ <id >central- snapshots</id >
244
+ <name >Sonatype Central Portal (snapshots )</name >
245
+ <url >https://central. sonatype.com/repository/maven- snapshots</url >
245
246
<releases ><enabled >false</enabled ></releases >
246
247
<snapshots ><enabled >true</enabled ></snapshots >
247
248
</repository >
248
- <!-- and old repo for jackson-annotations -->
249
+ <!-- and old OSSRH repo for jackson-annotations (until June 2025) -->
249
250
<repository >
250
251
<id >sonatype-nexus-snapshots-old</id >
251
252
<name >Sonatype Nexus Snapshots (old)</name >
You can’t perform that action at this time.
0 commit comments