1 Attachment(s)
problem with hibernate dependencies
Hi,
I'm having some weird results in my 1.1.0M2 project when I get to the perform tests step. Maven starts to pull all of the dependencies, but fails to get the following hibernate libs:
org.hibernate:hibernate-core:jar:3.5.1-Final
org.hibernate:hibernate-entitymanager:jar:3.5.1-Final
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final
I've confirmed that the JBoss repo is in the pom, and that it is available, AND that the libs in the proper place with the proper version.
I can download and install them manually, but wondering what's wrong with picking them up. Anybody seen this? Any ideas? I've attached the pom for review.
Thanks,
John