# hawkBit JPA Hibernate Vendor integration Implementation of [Hibernate](https://hibernate.org/) JPA vendor. To use this vendor you could exclude the org.eclipse.hawkbit:hawkbit.repository-jpa-eclipselink and include this module. For instance if you use org.eclipse.hawkbit:hawkbit-repository-jpa via org.eclipse.hawkbit:hawkbit-starter you could do it like this: ```xml org.eclipse.hawkbit hawkbit-starter ${project.version} org.eclipse.hawkbit hawkbit-repository-jpa-eclipselink org.eclipse.hawkbit hawkbit-repository-jpa-hibernate ${project.version} ```