I have a problem with hibernate. Issue: Error creating bean with name 'emf' defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.Environment.verifyProperties(Ljava/util/Map;)V
It's xml file (servlet-context):http://pastebin.com/BRYvbVTg
And, I have only one dependency from hibernate:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.2.4.Final</version>
</dependency>
In classpath, tried add all packages, have the same effect
Full stack trace:http://pastebin.com/wJy7QfPW