In pom.xml for hibernate:
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</dependency>
there is not version. But when I add to my application pom in Eclipse I receive error that version must be. Why this difference? Thanks.