Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: (dependencies) add the missing dependency (#1755)
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
webapi/src/main/scala/org/knora/webapi/messages/BUILD.bazel
|
@@ -40,5 +40,8 @@ scala_library( |
|
|
"@maven//:org_scala_lang_scala_reflect", |
|
|
"@maven//:org_slf4j_slf4j_api", |
|
|
"@maven//:org_springframework_security_spring_security_core", |
|
|
# The following dependency is needed even though Bazel says they are unncessary. |
|
|
# Please don't remove them! |
|
|
"@maven//:org_glassfish_jakarta_json", |
|
|
], |
|
|
) |