We have a legacy system that was just ported to AppEngine. So now we need to use Objectify4, however the legacy application we have is not yet “mavenized” so we add jars manually. What are all the jarts needed to be placed in WEB-INF/lib folder so Objectify jars and its depenedencies will work.
The current AppEngine version we set in the classpath is 1.7.2
Quoting from Objectify documentation:
Edit: The jars are located in the Maven Repository, by browsing the source. For example, here you can find the objectify-4.0a4.jar.
Hope this helps!