mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Remove unused code
This commit is contained in:
parent
69c0254bcf
commit
bb744668ca
@ -12,7 +12,6 @@ object Dependencies {
|
|||||||
val ClipboardJsVersion = "2.0.6"
|
val ClipboardJsVersion = "2.0.6"
|
||||||
val DoobieVersion = "0.10.0"
|
val DoobieVersion = "0.10.0"
|
||||||
val EmilVersion = "0.7.1"
|
val EmilVersion = "0.7.1"
|
||||||
val FastparseVersion = "2.1.3"
|
|
||||||
val FlexmarkVersion = "0.62.2"
|
val FlexmarkVersion = "0.62.2"
|
||||||
val FlywayVersion = "7.5.1"
|
val FlywayVersion = "7.5.1"
|
||||||
val Fs2Version = "2.5.0"
|
val Fs2Version = "2.5.0"
|
||||||
@ -113,7 +112,7 @@ object Dependencies {
|
|||||||
"com.github.eikek" %% "emil-doobie" % EmilVersion
|
"com.github.eikek" %% "emil-doobie" % EmilVersion
|
||||||
)
|
)
|
||||||
val emilTnef = Seq(
|
val emilTnef = Seq(
|
||||||
"com.github.eikek" %% "emil-tnef" % EmilVersion excludeAll(
|
("com.github.eikek" %% "emil-tnef" % EmilVersion).excludeAll(
|
||||||
ExclusionRule("org.apache.poi")
|
ExclusionRule("org.apache.poi")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -214,10 +213,6 @@ object Dependencies {
|
|||||||
"com.github.pureconfig" %% "pureconfig" % PureConfigVersion
|
"com.github.pureconfig" %% "pureconfig" % PureConfigVersion
|
||||||
)
|
)
|
||||||
|
|
||||||
val fastparse = Seq(
|
|
||||||
"com.lihaoyi" %% "fastparse" % FastparseVersion
|
|
||||||
)
|
|
||||||
|
|
||||||
// https://github.com/h2database/h2database
|
// https://github.com/h2database/h2database
|
||||||
// MPL 2.0 or EPL 1.0
|
// MPL 2.0 or EPL 1.0
|
||||||
val h2 = Seq(
|
val h2 = Seq(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user