Skip to content

Commit

Permalink
[java] Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 25, 2018
1 parent 95fac17 commit b67f9eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/java/littleshoot/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ java_import(
"//java/client/test:__subpackages__",
"//java/server/test:__subpackages__",
],
)
deps = [
"//third_party/java/slf4j",
],)
14 changes: 14 additions & 0 deletions third_party/java/slf4j/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
java_import(
name = "slf4j",
jars = ["slf4j-api-1.7.25.jar"],
licenses = [
"notice", # Apache 2
],
srcjar = "slf4j-api-1.7.25-sources.jar",
tags = [
"maven_coordinates=org.slf4j:slf4j-api:jar:1.7.25",
],
visibility = [
"//third_party/java/littleshoot:__pkg__",
],
)

0 comments on commit b67f9eb

Please sign in to comment.