dependencies: sl4j-api is an explicit dependency solving resolution of slf4j parts in different versions, "Implementation-Version" added to shadowJar manifest, shadowJar minimization will not remove logging support

This commit is contained in:
Kazik Pogoda
2022-11-23 22:38:37 +01:00
committed by Edwin Jakobs
parent c340edab96
commit 29a0cbdd75
2 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ dependencyResolutionManagement {
library("kotlin-script-runtime", "org.jetbrains.kotlin", "kotlin-script-runtime").versionRef("kotlin")
version("slf4j", "1.7.36")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef("slf4j")
library("slf4j-nop", "org.slf4j", "slf4j-nop").versionRef("slf4j")
library("slf4j-simple", "org.slf4j", "slf4j-simple").versionRef("slf4j")