tutorial « Jar « JPA Q&A





1. Missing artifact org.jboss:jandex:jar:1.0.0.Beta7 - Hibernate tutorial    stackoverflow.com

I'm going through the Hibernate tutorial at http://docs.jboss.org/hibernate/stable/core/reference/en-US/html_single/ . I create a new project, and use the pom.xml given in the example in Ch. 1

<project xmlns="http://maven.apache.org/POM/4.0.0"
   ...