Skip to content

Commit

Permalink
build: Added slf4j test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Feb 7, 2023
1 parent a08f745 commit 744310b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ allprojects {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

}

subprojects {
Expand Down
1 change: 1 addition & 0 deletions core/redis-sidecar-jdbc/redis-sidecar-jdbc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-properties'
implementation group: 'com.redis', name: 'micrometer-registry-redistimeseries', version: micrometerRtsVersion
implementation group: 'io.trino', name: 'trino-parser', version: trinoVersion
testImplementation 'org.slf4j:slf4j-simple'
testImplementation group: 'com.redis.testcontainers', name: 'testcontainers-redis-junit', version: testcontainersRedisVersion
}

Expand Down

0 comments on commit 744310b

Please sign in to comment.