Closed stefan222 closed 7 years ago
It's possible this is related to this bug #30 which will be in the next release going out today/tomorrow.
So I initiated the release, check https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.google.cloud.tools%22%20AND%20a%3A%22endpoints-framework-maven-plugin%22 to see when 1.0.1 is on maven central and try with that.
Wow, that was fast! And it works like a charm. Thank you very much!
Stumbled upon this issue while migrating from Google Endpoints V1 to V2. Here's the complete output:
Objectify is defined as a dependency in
pom.xml
:Note: My Endpoints API doesn't use any classes that were annotated with Objectify. (The implementation of the API does.)
Why doesn't the Maven plug-in resolve the dependency to Objectify?