<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>hibernate</artifactId>
<version>1.2</version>
</dependency>
<parent> <groupId>org.atteo.moonshine</groupId> <artifactId>services</artifactId> <version>1.2</version> </parent>
compile
|-- org.atteo.moonshine:database
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api
|-- org.hibernate:hibernate-core:4.2.8.Final
|-- org.hibernate:hibernate-entitymanager:4.2.8.Final
test
|-- junit:junit