<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>9.0.0.Beta3</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-validator-cdi', version='9.0.0.Beta3')
)