Skip to content

Commit 4fe7c34

Browse files
committed
restore old deps
1 parent d045817 commit 4fe7c34

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ subprojects {
7474
checkerFramework "io.github.eisop:checker:$eisop_version"
7575

7676
testImplementation(testFixtures(project(":key.util")))
77+
78+
testImplementation("ch.qos.logback:logback-classic:1.5.27")
79+
80+
testImplementation(platform("org.junit:junit-bom:5.14.2"))
81+
testImplementation ("org.junit.jupiter:junit-jupiter-api")
82+
testImplementation ("org.junit.jupiter:junit-jupiter-params")
83+
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine")
84+
testRuntimeOnly ("org.junit.platform:junit-platform-launcher")
85+
testImplementation ("org.assertj:assertj-core:3.27.7")
86+
testImplementation project(':key.util')
87+
88+
// test fixtures
89+
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0")
90+
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0")
91+
92+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7793
}
7894

7995
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)