Skip to content

Commit

Permalink
ci: ensure we don't use 1.8.x slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Scherger committed Jun 23, 2019
1 parent 7829f40 commit 6131022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ping/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ dependencies {

configurations {
all*.exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
all*.resolutionStrategy {
force 'org.slf4j:slf4j-api:1.7.26'
}
}

docker {
Expand Down
3 changes: 3 additions & 0 deletions pong/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ dependencies {

configurations {
all*.exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
all*.resolutionStrategy {
force 'org.slf4j:slf4j-api:1.7.26'
}
}

docker {
Expand Down

0 comments on commit 6131022

Please sign in to comment.