mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
add hibernate-jpamodelgen to bom
To generate the static metamodel, e.g. for criteria queries, the hibernate-jpamodelgen dependency must be added to the classpath. Adding the dependency in the dependency management section of the bom makes it easier to keep the versions of hibernate and the metamodel generator in sync.
This commit is contained in:
@@ -1810,6 +1810,11 @@
|
||||
<artifactId>hibernate-envers</artifactId>
|
||||
<version>${hibernate-orm.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-jpamodelgen</artifactId>
|
||||
<version>${hibernate-orm.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>quarkus-local-cache</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user