aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJiangtao Li <jiangtao@google.com>2018-02-15 09:28:00 -0800
committerCarl Mastrangelo <notcarl@google.com>2018-02-15 09:28:00 -0800
commite7f2f1dedd8587cbb4bcfa07ec7ecc2a66f1f7d9 (patch)
tree454b95df04f808c17aa3261d02e54d18e9904299 /build.gradle
parenta45d07bcb51e4f73b897a58d9734793ac2672220 (diff)
downloadgrpc-grpc-java-e7f2f1dedd8587cbb4bcfa07ec7ecc2a66f1f7d9.tar.gz
alts: add gRPC ALTS
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 7ddf469ab..5a4924bd4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -208,6 +208,7 @@ subprojects {
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}",
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.8.3',
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
+ lang: "org.apache.commons:commons-lang3:3.5",
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
@@ -218,6 +219,7 @@ subprojects {
junit: 'junit:junit:4.12',
mockito: 'org.mockito:mockito-core:1.9.5',
truth: 'com.google.truth:truth:0.36',
+ guava_testlib: 'com.google.guava:guava-testlib:19.0',
// Benchmark dependencies
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.10',
@@ -391,6 +393,8 @@ subprojects {
// Run with: ./gradlew japicmp --continue
def baselineGrpcVersion = '1.6.1'
def publicApiSubprojects = [
+ // TODO: uncomment after grpc-alts artifact is published.
+ // ':grpc-alts',
':grpc-auth',
':grpc-context',
':grpc-core',