Author | Message |
---|---|
M_Hsu
Posts: 19
|
Posted 11:17 Oct 22, 2013 |
You mentioned that we should use the same version as spring-webmvc, When I try to add the hibernate-entitymanager dependency in eclipse, the oldest stable release is version 3.5.0-Final (spring-webmvc is 3.1.4). Is it ok if we use the version 3.5.0-Final hibernate-entitymanager dependency?
|
cysun
Posts: 2935
|
Posted 11:53 Oct 22, 2013 |
Hibernate is not a "Spring related dependency" so you can use the latest release version. Only spring-* dependencies should be 3.1.4.RELEASE. |