Skip to content

Commit 2f77b51

Browse files
committed
add slf4j bazel dependency
1 parent 48c897e commit 2f77b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google-auth-library-java/oauth2_http/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ java_library(
1111
"@com_google_errorprone_error_prone_annotations//jar",
1212
"@com_google_code_findbugs_jsr305//jar",
1313
"@com_google_auto_value_auto_value_annotations//jar",
14+
"@org_slf4j_slf4j_api//jar",
1415
],
1516
visibility = ["//visibility:public"],
1617
)

0 commit comments

Comments
 (0)