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 b1b556a commit 6431383Copy full SHA for 6431383
samples/client/petstore/kotlin-jvm-spring-3-restclient/build.gradle
@@ -65,6 +65,7 @@ dependencies {
65
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0"
66
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0"
67
implementation "org.springframework.boot:spring-boot-starter-web:$spring_boot_version"
68
+ testImplementation "org.springframework.boot:spring-boot-test:$spring_boot_version"
69
testImplementation "io.kotlintest:kotlintest-runner-junit5:3.4.2"
70
testImplementation "org.springframework.boot:spring-boot-test:$spring_boot_version"
71
}
0 commit comments