I'm trying to download the (hibbernate-3.5.0-Beta2) jars from the maven repo
Code:
<repository>
<id>jboss</id>
<name>jboss Repository</name>
<url>http://repository.jboss.com/maven2/</url>
</repository>
....
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.0.Beta-2</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.5.0.Beta-2</version>
</dependency>
I get the following errors:
4/11/09 14:35:58 CET: Missing artifact org.hibernate:hibernate-annotations:jar:3.5.0.Beta-2:compile
4/11/09 14:35:58 CET: Missing artifact org.hibernate:hibernate-entitymanager:jar:3.5.0.Beta-2:compile