Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: (dependencies) add the missing dependency (#1755)
  • Loading branch information
SepidehAlassi committed Nov 9, 2020
1 parent c79bf1b commit 0e37d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapi/src/main/scala/org/knora/webapi/messages/BUILD.bazel
Expand Up @@ -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",
],
)

0 comments on commit 0e37d21

Please sign in to comment.