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.
runtime
1 parent 5054b1b commit 6394cf6Copy full SHA for 6394cf6
metafacture-runner/build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
// class loader which was used to load the classes of the slf4j-api. Until
68
// a solution is found for this problem, the binding need to be placed on the
69
// class path:
70
- runtimeOnly 'org.slf4j:slf4j-log4j12:1.7.21'
+ runtime 'org.slf4j:slf4j-log4j12:1.7.21'
71
72
// The following dependencies are placed in the "provided" scope to prevent
73
// them from being included in the class path but still have them available
0 commit comments