blob: e9af65673592274e7f1bb62a09ab67f163b3dbec [file] [log] [blame]
licenses(["notice"]) # Apache-2 license
filegroup(
name = "srcs",
srcs = glob(["**/*"]),
visibility = ["//third_party:__pkg__"],
)
java_library(
name = "aws-sdk-auth-lite",
srcs = glob(["**/*.java"]),
visibility = ["//visibility:public"],
deps = [
"//third_party:apache_commons_logging",
"//third_party:gson",
"//third_party:guava",
],
)