Skip to content

Commit 6394cf6

Browse files
committed
Revert to deprecated runtime for slf4j to fix logging issue
See https://gitlab.com/oersi/oersi-etl/-/issues/129
1 parent 5054b1b commit 6394cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-runner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
// class loader which was used to load the classes of the slf4j-api. Until
6868
// a solution is found for this problem, the binding need to be placed on the
6969
// class path:
70-
runtimeOnly 'org.slf4j:slf4j-log4j12:1.7.21'
70+
runtime 'org.slf4j:slf4j-log4j12:1.7.21'
7171

7272
// The following dependencies are placed in the "provided" scope to prevent
7373
// them from being included in the class path but still have them available

0 commit comments

Comments
 (0)