Skip to content

Commit 6a7ccdb

Browse files
committed
๐Ÿ› ๏ธfix : SLF4J ์—ฌ๋Ÿฌ๋ฒˆ ๋ฐ”์ธ๋”ฉ ๋ฌธ์ œ ์žฌ์ˆ˜์ •
ozimov/embedded-redis#18 ์ž„๋ฒ ๋””๋“œ ๋ ˆ๋””์Šค์˜ ๊ณ ์งˆ์ ์ธ ์ด์Šˆ์˜€์—ˆ๋‹ค. ํ•ด๋‹น ๊ณผ์ •์œผ๋กœ ์ˆ˜์ •
1 parent 8a2620a commit 6a7ccdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

โ€Žbuild.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ configurations {
1212
compileOnly {
1313
extendsFrom annotationProcessor
1414
}
15-
all {
16-
exclude group: 'ch.qos.logback', module: 'logback-classic'
17-
}
1815
}
1916

2017
repositories {
@@ -36,7 +33,7 @@ dependencies {
3633
implementation 'com.google.code.gson:gson:2.9.0'
3734

3835
// embedded-redis
39-
implementation 'it.ozimov:embedded-redis:0.7.3'
36+
implementation ('it.ozimov:embedded-redis:0.7.3') { exclude group: "org.slf4j", module: "slf4j-simple" }
4037

4138

4239

0 commit comments

Comments
ย (0)