<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.0.0.ga</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.0.0.ga')
)