Skip to content

Commit

Permalink
Move data deps into data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 8, 2019
1 parent 149002b commit cbc54a3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ledger-service/http-json/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ da_scala_test(
name = "tests",
size = "medium",
srcs = glob(["src/test/scala/**/*.scala"]),
data = ["//docs:quickstart-model.dar"],
data = [
"//docs:quickstart-model.dar",
"@postgresql_dev_env//:all",
"@postgresql_dev_env//:createdb",
"@postgresql_dev_env//:initdb",
"@postgresql_dev_env//:pg_ctl",
],
resources = glob(["src/test/resources/**/*"]),
scalacopts = hj_scalacopts,
deps = [
Expand All @@ -82,10 +88,6 @@ da_scala_test(
"//ledger/sandbox:sandbox-scala-tests-lib",
"//ledger/participant-state",
"//bazel_tools/runfiles:scala_runfiles",
"@postgresql_dev_env//:all",
"@postgresql_dev_env//:createdb",
"@postgresql_dev_env//:initdb",
"@postgresql_dev_env//:pg_ctl",
] + http_json_deps,
)

Expand Down

0 comments on commit cbc54a3

Please sign in to comment.