You've already forked jenkins-lib
forked from jenkins/jenkins-lib
fix
This commit is contained in:
@@ -38,6 +38,8 @@ dependencies {
|
||||
integrationTestImplementation("org.spockframework", "spock-core", spockVersion)
|
||||
integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion)
|
||||
|
||||
integrationTestImplementation("org.springframework.security", "spring-security-core", "5.1.13.RELEASE")
|
||||
|
||||
integrationTestImplementation("org.slf4j", "slf4j-api", slf4jVersion)
|
||||
integrationTestImplementation("org.slf4j", "slf4j-simple", slf4jVersion)
|
||||
}
|
||||
@@ -89,6 +91,5 @@ sharedLibrary {
|
||||
dependency("org.jenkinsci.plugins", "pipeline-model-definition", declarativePluginsVersion)
|
||||
dependency("org.jenkinsci.plugins", "pipeline-model-extensions", declarativePluginsVersion)
|
||||
dependency("io.jenkins.blueocean", "blueocean-pipeline-api-impl", "1.25.3")
|
||||
dependency("org.springframework.security", "spring-security-core", "5.1.13.RELEASE")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user