Skip to content

Commit 4edf61f

Browse files
committed
Fixed Maven for Bazel
1 parent c17cc2c commit 4edf61f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

exaudfclient/base/MODULE.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ protobuf_local_repository(name = "protobuf")
2929

3030
java_local_repository = use_repo_rule("@exaudfclient_base//:java_repository.bzl", "java_local_repository")
3131
java_local_repository(name = "java")
32+
33+
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
34+
maven.install(
35+
artifacts = [
36+
"com.exasol:udf-api-java:1.0.5",
37+
],
38+
repositories = [
39+
"https://repo1.maven.org/maven2",
40+
],
41+
)
42+
use_repo(maven, "maven")

0 commit comments

Comments
 (0)