mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
exclude dependency org.slf4j from HikariCP (#2830)
This commit is contained in:
@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
|
||||
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.3",
|
||||
"org.postgresql" % "postgresql" % "42.2.23",
|
||||
"ch.qos.logback" % "logback-classic" % "1.2.3",
|
||||
"com.zaxxer" % "HikariCP" % "4.0.3",
|
||||
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
|
||||
"com.typesafe" % "config" % "1.4.1",
|
||||
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
|
||||
"io.github.java-diff-utils" % "java-diff-utils" % "4.10",
|
||||
|
||||
Reference in New Issue
Block a user