java.lang.module.ResolutionException when adding google-cloud-datastore dependency to modular Java 11 project
问题 I have a modular jersey based microservice running on JDK 11. It deploys fine to Google App Engine. The code can be downloaded here (or clone the main project and switch to the 3.1 tag): https://github.com/Leejjon/SimpleJerseyService/releases/tag/3.1 Now I want to add access to the Google Cloud Datastore API (which worked on my previous non modular Java 8 project). So I add the maven dependency: <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-datastore</artifactId>