sandbox-classic: Remove the unnecessary SQLite dependency. (#8683)

Not sure how that snuck in there.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Samir Talwar 2021-01-29 15:21:08 +01:00 committed by GitHub
parent 0d1bc4b25e
commit e9d82b1188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -73,7 +73,6 @@ runtime_deps = [
"@maven//:ch_qos_logback_logback_classic",
"@maven//:com_h2database_h2",
"@maven//:org_postgresql_postgresql",
"@maven//:org_xerial_sqlite_jdbc",
]
da_scala_library(

View File

@ -40,7 +40,6 @@ da_scala_library(
"@maven//:ch_qos_logback_logback_core",
"@maven//:com_h2database_h2",
"@maven//:org_postgresql_postgresql",
"@maven//:org_xerial_sqlite_jdbc",
],
deps = [
"//daml-lf/archive:daml_lf_dev_archive_proto_java",

View File

@ -26,7 +26,6 @@ da_scala_library(
"@maven//:ch_qos_logback_logback_core",
"@maven//:com_h2database_h2",
"@maven//:org_postgresql_postgresql",
"@maven//:org_xerial_sqlite_jdbc",
],
deps = [
"//daml-lf/data",