Hi,
I wanted to try out the latest beta of the RI, but I'm having problems getting it using maven. Am I making some mistakes?
Here's the repository entry I have...
I have the <repository> <id>JBOSS</id> <url>http://repository.jboss.org/maven2/</url> </repository>
And here are the dependencies...
<dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.0.CR4</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>4.0.0.Beta3</version> </dependency>
Any hints would be appreciated.
Thanks,
Bryan
|