I pass the First Web service challenge :)
fork me and clone your repository locally.
check your install: in the directory of the repo, run
mvn clean package
Build should be successful and 4 tests should pass
Lauch the application
mvn jetty:run-war
Open your browser and navigate to
http://localhost:8080/ping
You should see the Json
{
alive : true
}
Deploy and run your server so that the game can call it.