<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm-runtime</artifactId>
<version>0.11.0</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hibernate-orm-runtime', version='0.11.0')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-hibernate-orm-parent</artifactId> <version>0.11.0</version> </parent>
compile
|-- io.quarkus:quarkus-core-runtime
|-- io.quarkus:quarkus-arc-runtime
|-- org.hibernate:hibernate-core
|-- com.oracle.substratevm:svm