Unable to build “Bookshelf app for Java on App Engine standard environment” example from google, issue with pom.xml?
问题 I am trying to get the bookshelf app for Java on APP engine "https://cloud.google.com/java/getting-started-appengine-standard/tutorial-app" I have performed all the steps like setting up billing for my project, enabling APIs and downloading the SDK. I have cloned the repo i.e. git clone https://github.com/GoogleCloudPlatform/getting-started-java.git Then i proceed to run mvn -Plocal clean appengine:devserver from the directory getting-started-java/bookshelf-standard/2-structured-data This is