mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove old log stuff
This commit is contained in:
@ -119,9 +119,9 @@ object Dependencies {
|
||||
val jclOverSlf4j = Seq(
|
||||
"org.slf4j" % "jcl-over-slf4j" % Slf4jVersion
|
||||
)
|
||||
val julOverSlf4j = Seq(
|
||||
"org.slf4j" % "jul-to-slf4j" % Slf4jVersion
|
||||
)
|
||||
// val julOverSlf4j = Seq(
|
||||
// "org.slf4j" % "jul-to-slf4j" % Slf4jVersion
|
||||
// )
|
||||
|
||||
val poi = Seq(
|
||||
"org.apache.poi" % "poi" % PoiVersion,
|
||||
@ -269,14 +269,14 @@ object Dependencies {
|
||||
"io.circe" %% "circe-generic-extras" % CirceVersion
|
||||
)
|
||||
|
||||
// https://github.com/Log4s/log4s;ASL 2.0
|
||||
val loggingApi = Seq(
|
||||
"org.log4s" %% "log4s" % Log4sVersion
|
||||
)
|
||||
// // https://github.com/Log4s/log4s;ASL 2.0
|
||||
// val loggingApi = Seq(
|
||||
// "org.log4s" %% "log4s" % Log4sVersion
|
||||
// )
|
||||
|
||||
val logging = Seq(
|
||||
"ch.qos.logback" % "logback-classic" % LogbackVersion
|
||||
)
|
||||
// val logging = Seq(
|
||||
// "ch.qos.logback" % "logback-classic" % LogbackVersion
|
||||
// )
|
||||
|
||||
// https://github.com/melrief/pureconfig
|
||||
// MPL 2.0
|
||||
|
@ -29,7 +29,7 @@ object TestSettingsPlugin extends AutoPlugin {
|
||||
import autoImport._
|
||||
|
||||
val testSettings = Seq(
|
||||
libraryDependencies ++= inTest(Dependencies.munit, Dependencies.logging),
|
||||
libraryDependencies ++= inTest(Dependencies.munit, Dependencies.scribe),
|
||||
testFrameworks += new TestFramework("munit.Framework")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user