From Documentation
Before using Hibernate, you have to install it into your application first.
- Download hibernate core and hibernate annotations from Hibernate (http://www.hibernate.org)
- Put *.jar files from hibernate core and hibernate annotations into your $myApp/WEB-INF/lib/
$myApp represents the name of your web application. ex. event