Skip to content

Commit

Permalink
[ISSUE #6845] Build controller with bazel (#6846)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR1sing3un authored Jun 1, 2023
1 parent 1a9a8b1 commit c68fb8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions controller/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ java_library(
"@maven//:commons_cli_commons_cli",
"@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
"@maven//:io_github_aliyunmq_rocketmq_logback_classic",
"@maven//:io_opentelemetry_opentelemetry_api",
"@maven//:io_opentelemetry_opentelemetry_context",
"@maven//:io_opentelemetry_opentelemetry_exporter_otlp",
"@maven//:io_opentelemetry_opentelemetry_exporter_prometheus",
"@maven//:io_opentelemetry_opentelemetry_sdk",
"@maven//:io_opentelemetry_opentelemetry_sdk_common",
"@maven//:io_opentelemetry_opentelemetry_sdk_metrics",
"@maven//:io_opentelemetry_opentelemetry_exporter_logging",
"@maven//:org_slf4j_jul_to_slf4j",
],
)

Expand Down

0 comments on commit c68fb8f

Please sign in to comment.