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 96f4cc3 commit 5c27caeCopy full SHA for 5c27cae
src/test/resources/tools/jackson/integtest/gradle/build.gradle.kts
@@ -22,7 +22,9 @@ dependencies {
22
// 28-Apr-2023, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
23
implementation(platform("tools.jackson:jackson-bom:3.0.0-rc6-SNAPSHOT"))
24
// Need both new Snapshot repo (almost everything) and "old" (for jackson-annotations)
25
- repositories.maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
+ repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
26
+ // No longer used for "tools.jackson":
27
+ //repositories.maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
28
repositories.maven("https://oss.sonatype.org/content/repositories/snapshots")
29
}
30
0 commit comments