@@ -50,26 +50,26 @@ processResources {
5050dependencies {
5151 implementation " com.google.auto.value:auto-value-annotations:${ autoValueVersion} "
5252 annotationProcessor " com.google.auto.value:auto-value:${ autoValueVersion} "
53- implementation " com.google.code.findbugs:jsr305:${ jsr305Version} "
54- implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
53+ api " com.google.code.findbugs:jsr305:${ jsr305Version} "
5554 implementation " com.google.flogger:flogger:${ floggerVersion} "
5655 runtimeOnly " com.google.flogger:flogger-system-backend:${ floggerVersion} "
57- implementation " com.google.guava:guava:${ guavaVersion} "
56+ api " com.google.guava:guava:${ guavaVersion} "
57+ implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
5858 implementation(" com.google.http-client:google-http-client-jackson2:${ httpClientVersion} " ) {
5959 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
6060 exclude group : ' com.google.guava' , module : ' guava-jdk5'
6161 }
62- implementation " javax.servlet:servlet-api:${ servletApiVersion} "
63- implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
64- implementation(group : ' com.google.api-client' , name : ' google-api-client-appengine' , version : " ${ googleApiClientAppEngineVersion} " ) {
62+ implementation(" com.google.api-client:google-api-client:${ googleApiClientProtobufVersion} " ) {
6563 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
6664 exclude group : ' com.google.guava' , module : ' guava-jdk5'
6765 }
68- implementation project(" :endpoints-control-api-client" )
66+ api " javax.servlet:servlet-api:${ servletApiVersion} "
67+ api project(" :endpoints-control-api-client" )
6968 implementation project(" :endpoints-service-config" )
70- implementation project(" :endpoints-management-protos" )
69+ api project(" :endpoints-management-protos" )
7170
7271 testImplementation " junit:junit:${ junitVersion} "
7372 testImplementation " com.google.truth:truth:${ truthVersion} "
7473 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
74+ testImplementation " com.google.protobuf:protobuf-java-util"
7575}
0 commit comments