We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00e426 commit f2df9b7Copy full SHA for f2df9b7
core/build.gradle
@@ -60,8 +60,9 @@ dependencies {
60
61
/* used to hide warnings about missing slf. */
62
implementation('org.slf4j:slf4j-api:1.7.32')
63
- implementation('org.slf4j:slf4j-simple:1.7.32')
64
- implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
+ implementation('org.slf4j:slf4j-jdk14:1.7.32')
+ implementation('org.apache.logging.log4j:log4j-to-slf4j:2.16.0')
65
+ //implementation('org.slf4j:slf4j-simple:1.7.32')
66
67
testImplementation 'io.vertx:vertx-unit:4.2.1'
68
testImplementation 'junit:junit:4.13.2'
0 commit comments