I used Hibernate a while ago, but it was rusty. I want to get up with it again and again using Spring and annotations. Use current versions of all dependencies.
I am going to do this by writing some JUnit tests and some in-memory database.
So, I need a Maven POM dependency element that pulls a minimal dependency set : Hibernate, Spring, databases and test environments, etc. I want to use Maven to start and stop the database as part of the test phase, so I need a in-memory database that has a maven plugin with appropriate goals.
Thank...
source
share