All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.dinowernli.grpc.polyglot.testing.BUILD Maven / Gradle / Ivy

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