cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Flex environment deployments still have runtime dependency on AppEngine SDK #101

Open clementdenis opened 7 years ago

clementdenis commented 7 years ago

f21ca93ffa79b940cd06815f4a95985929ca8543 was not enough to remove runtime dependecies on the App Engine SDK.

Steps to reproduce:

The dependency is in com.google.api.server.spi.auth.GoogleAppEngineAuthenticator.

A possible fix here: https://github.com/AODocs/endpoints-java/commit/dca92b2b03d52c450290a240e65fb81113726f3b Next step is probably to set the App Engine SDk dependency as "compileOnly"