mirror of https://github.com/grpc/grpc-java.git
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:
parent
1ad2bf9eda
commit
86b10fd7d6
|
|
@ -5,8 +5,7 @@ plugins {
|
||||||
description = "gRpc: Auth"
|
description = "gRpc: Auth"
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':grpc-core'),
|
compile project(':grpc-core'),
|
||||||
libraries.oauth_client,
|
libraries.oauth_client
|
||||||
libraries.javaee_api
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure the animal sniffer plugin
|
// Configure the animal sniffer plugin
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,6 @@ configure(subprojects - project(":grpc-android")) {
|
||||||
// used to collect benchmark results
|
// used to collect benchmark results
|
||||||
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.4',
|
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.4',
|
||||||
hpack: 'com.twitter:hpack:0.10.1',
|
hpack: 'com.twitter:hpack:0.10.1',
|
||||||
javaee_api: 'javax:javaee-api:7.0',
|
|
||||||
jsonp: 'org.glassfish:javax.json:1.0.4',
|
jsonp: 'org.glassfish:javax.json:1.0.4',
|
||||||
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
|
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
|
||||||
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.3.0',
|
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.3.0',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue