Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ build --tool_java_runtime_version=remotejdk_17
build --@score_baselibs//score/json:base_library=nlohmann
build --@score_baselibs//score/mw/log/flags:KRemote_Logging=False

# ToDo: needed for "wrong" implicit dependencies
build --@score-baselibs//score/json:base_library=nlohmann
build --@score-baselibs//score/mw/log/flags:KRemote_Logging=False

test --test_output=errors

common --registry=https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/
Expand Down
10 changes: 3 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ bazel_dep(name = "score_python_basics", version = "0.3.4")
bazel_dep(name = "score_platform", version = "0.4.1")
bazel_dep(name = "score_process", version = "1.3.1")

# Module deps
bazel_dep(name = "score_baselibs", version = "0.1.2")

## additional settings / config
crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")
crate.from_cargo(
Expand Down Expand Up @@ -131,11 +128,10 @@ git_override(
remote = "https://github.com/eclipse-score/testing_tools.git",
)

# ToDo: `-`version needed still because of indirect dependency
bazel_dep(name = "score-baselibs", version = "", dev_dependency = True)
bazel_dep(name = "score_baselibs", version = "", dev_dependency = True)
git_override(
module_name = "score-baselibs",
commit = "06a27a163a2aa787e1b99f6b04feb00b413b3355",
module_name = "score_baselibs",
commit = "8d556711421cbdd804dffee049967fa5061ca2ea",
remote = "https://github.com/eclipse-score/baselibs.git",
)

Expand Down