me.dinowernli.grpc.polyglot.testing.BUILD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qaf-support-grpc Show documentation
Show all versions of qaf-support-grpc Show documentation
QAF support library for grpc test automation
The newest version!
package(default_visibility = ["//visibility:public"])
java_library(
name = "testing",
testonly = 1,
srcs = glob(["*.java"]),
data = glob(["test-certificates/*"]),
deps = [
"//src/main/java/me/dinowernli/grpc/polyglot/io",
"//src/main/proto/testing:test_service_java_proto",
"//src/main/proto/testing:test_service_proto_grpc",
"//third_party/grpc",
"//third_party/guava",
"//third_party/logging:logging-api",
"//third_party/netty",
"//third_party/protobuf",
],
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy