ccordenier/tapestry5-hotel-booking

Failure to find org.hibernate.javax.persistence:hibernate-jpa-2.0- api:jar:1.0.0.Final

Opened this issue · 1 comments

I got this when trying to mvn run the app in a new machine.
I had to add

<repository>
    <id>jboss</id>
    <url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>

Not sure if it's possible to fix this without adding yet another repository to the pom :(

to check