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.
This commit is contained in:
Xiao Hang 2015-09-04 12:35:07 -07:00
parent 1ad2bf9eda
commit 86b10fd7d6
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -136,7 +136,6 @@ configure(subprojects - project(":grpc-android")) {
// used to collect benchmark results
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.4',
hpack: 'com.twitter:hpack:0.10.1',
javaee_api: 'javax:javaee-api:7.0',
jsonp: 'org.glassfish:javax.json:1.0.4',
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.3.0',