File tree 2 files changed +4
-2
lines changed
src/test/resources/tools/jackson/integtest/gradle
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >tools.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >3.0.0-rc1 </version >
7
+ <version >3.0.0-rc2-SNAPSHOT </version >
8
8
</parent >
9
9
<groupId >tools.jackson.test</groupId >
10
10
<artifactId >jackson-integration-tests</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ dependencies {
20
20
// implementation(platform("tools.jackson:jackson-bom:+"))
21
21
22
22
// 28-Apr-2023, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
23
- implementation(platform(" tools.jackson:jackson-bom:3.0.0-rc1" ))
23
+ implementation(platform(" tools.jackson:jackson-bom:3.0.0-rc2-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" )
24
26
repositories.maven(" https://oss.sonatype.org/content/repositories/snapshots" )
25
27
}
26
28
You can’t perform that action at this time.
0 commit comments