We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162fd28 commit 99d6709Copy full SHA for 99d6709
pom.xml
@@ -239,12 +239,13 @@
239
240
</dependencies>
241
242
+ <!-- Need to include snapshot reference to find snapshot of parent -->
243
<repositories>
- <!-- to resolve snapshot versions, need this: -->
244
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
245
<repository>
- <id>sonatype-nexus-snapshots</id>
246
- <name>Sonatype Nexus Snapshots</name>
247
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-snapshots</id>
+ <name>Sonatype Central Portal (snapshots)</name>
248
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
249
<releases><enabled>false</enabled></releases>
250
<snapshots><enabled>true</enabled></snapshots>
251
</repository>
0 commit comments