Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of sandbox-classic module and binary #14201

Merged
merged 11 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Further removal of the unused classes
  • Loading branch information
skisel-da committed Jun 20, 2022
commit d5ca8320711bcb771b19ae679e0c7b1a5bac502b
27 changes: 1 addition & 26 deletions ledger/sandbox-common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
load("//bazel_tools:scala.bzl", "da_scala_library")

da_scala_library(
name = "sandbox-common",
name = "sandbo-common",
srcs = glob(["src/main/scala/**/*.scala"]),
resources =
glob(
Expand All @@ -13,10 +13,6 @@ da_scala_library(
# of the sandbox-as-a-library decide how to log.
exclude = ["src/main/resources/logback.xml"],
),
scala_deps = [
"@maven//:com_github_scopt_scopt",
"@maven//:org_scalaz_scalaz_core",
],
tags = ["maven_coordinates=com.daml:sandbox-common:__VERSION__"],
visibility = [
"//visibility:public",
Expand All @@ -27,27 +23,6 @@ da_scala_library(
"@maven//:com_h2database_h2",
"@maven//:org_postgresql_postgresql",
],
deps = [
"//daml-lf/data",
"//language-support/scala/bindings",
"//ledger-service/cli-opts",
"//ledger-service/jwt",
"//ledger/caching",
"//ledger/cli-opts",
"//ledger/ledger-api-auth",
"//ledger/ledger-api-common",
"//ledger/ledger-api-domain",
"//ledger/ledger-configuration",
"//ledger/metrics",
"//ledger/participant-integration-api",
"//libs-scala/build-info",
"//libs-scala/contextualized-logging",
"//libs-scala/logging-entries",
"//libs-scala/ports",
"@maven//:ch_qos_logback_logback_classic",
"@maven//:com_auth0_java_jwt",
"@maven//:io_netty_netty_handler",
],
)

alias(
Expand Down
Loading