Skip to content

Commit

Permalink
Merge pull request #4 from rundeck-plugins/issue/3
Browse files Browse the repository at this point in the history
Fix #3 update to log4j2
  • Loading branch information
gschueler committed May 27, 2020
2 parents 8ffd67f + 861087d commit dfc8729
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rundeck-job-kill-handler/build.gradle
Expand Up @@ -30,6 +30,11 @@ configurations{
runtimeClasspath {
extendsFrom developmentOnly
}
all {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude group: 'ch.qos.logback', module: 'logback-core'
}
}


Expand All @@ -40,7 +45,7 @@ dependencies {
compile "org.rundeck:rundeck-core:${project.rundeckVersion}"
}

compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-starter-log4j2"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
compile "org.springframework.boot:spring-boot-starter-actuator"
Expand Down

0 comments on commit dfc8729

Please sign in to comment.