Here is what I have in hibernate.cfg.xml
You can use this Hibernate+JPA persistence.xml configuration as a base for your hibernate configuration.
The property names between the hibernate.cfg.xml and the persistence.xml are the same, only hibernate uses opening and closing elements whereas JPA uses attributes.
Maven dependancies:
org.hibernate
hibernate-core
4.2.1.Final
org.hibernate
hibernate-c3p0
4.2.1.Final
org.hibernate
hibernate-entitymanager
4.2.1.Final