File tree 1 file changed +10
-19
lines changed 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 152
152
</dependency >
153
153
</dependencies >
154
154
155
- <!-- Alas, need 2 snapshot repos for "old" and "new" ones
156
- (com.fasterxml under old; tools.jackson "new")
157
- -->
158
- <repositories >
159
- <repository >
160
- <id >sonatype-nexus-snapshots-new</id >
161
- <name >Sonatype Nexus Snapshots (new)</name >
162
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
155
+ <!-- Need to include snapshot reference to find snapshot of parent -->
156
+ <repositories >
157
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
158
+ <repository >
159
+ <id >central-snapshots</id >
160
+ <name >Sonatype Central Portal (snapshots)</name >
161
+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
163
162
<releases ><enabled >false</enabled ></releases >
164
163
<snapshots ><enabled >true</enabled ></snapshots >
165
- </repository >
166
- <!-- and old repo for jackson-annotations -->
167
- <repository >
168
- <id >sonatype-nexus-snapshots-old</id >
169
- <name >Sonatype Nexus Snapshots (old)</name >
170
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
171
- <releases ><enabled >false</enabled ></releases >
172
- <snapshots ><enabled >true</enabled ></snapshots >
173
- </repository >
174
- </repositories >
175
-
164
+ </repository >
165
+ </repositories >
166
+
176
167
<build >
177
168
<plugins >
178
169
<plugin >
You can’t perform that action at this time.
0 commit comments