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 062227d commit 2dddd19Copy full SHA for 2dddd19
1 file changed
build.gradle
@@ -48,9 +48,11 @@ dependencies {
48
implementation(libs.rundeckCore) {
49
exclude(group: "com.jcraft")
50
}
51
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+
52
testImplementation("org.mockito:mockito-core:5.13.0")
53
testImplementation("org.slf4j:slf4j-simple:2.0.13")
54
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
55
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
56
testImplementation(libs.rundeckCore)
57
58
// Add secure commons-lang3 to provide alternative to vulnerable commons-lang 2.6
0 commit comments