aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorXiao Hang <rocking@google.com>2015-09-04 12:35:07 -0700
committerXiao Hang <rocking@google.com>2015-09-04 15:35:37 -0700
commit86b10fd7d641695a09ab4e1364f438dff37deaf2 (patch)
treecb8ffe856f047dbfe46df76d699c6c262858ebcb /auth
parent1ad2bf9eda58bcb046f70c5a77c7a446bdf4c816 (diff)
downloadgrpc-grpc-java-86b10fd7d641695a09ab4e1364f438dff37deaf2.tar.gz
Remove uncessary javaee_api dependency as it causes trouble on android build.
Seems no one actually depends on it. Please correct me if I was wrong.
Diffstat (limited to 'auth')
-rw-r--r--auth/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth/build.gradle b/auth/build.gradle
index 52a3f122b..30cd3226f 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -5,8 +5,7 @@ plugins {
description = "gRpc: Auth"
dependencies {
compile project(':grpc-core'),
- libraries.oauth_client,
- libraries.javaee_api
+ libraries.oauth_client
}
// Configure the animal sniffer plugin