<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm-deployment</artifactId>
<version>3.12.3</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hibernate-orm-deployment', version='3.12.3')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-hibernate-orm-parent</artifactId> <version>3.12.3</version> </parent>
compile
|-- io.quarkus:quarkus-core-deployment
|-- io.quarkus:quarkus-hibernate-orm
|-- io.quarkus:quarkus-hibernate-orm-deployment-spi
|-- io.quarkus:quarkus-narayana-jta-deployment
|-- io.quarkus:quarkus-agroal-deployment
|-- io.quarkus:quarkus-arc-deployment
|-- io.quarkus:quarkus-caffeine-deployment
|-- io.quarkus:quarkus-panache-hibernate-common-deployment
|-- io.quarkus:quarkus-rest-server-spi-deployment
|-- io.quarkus:quarkus-vertx-http-dev-ui-spi
test
|-- io.quarkus:quarkus-junit5-internal
|-- io.quarkus:quarkus-resteasy-deployment
|-- io.quarkus:quarkus-resteasy-jackson-deployment
|-- io.quarkus:quarkus-hibernate-validator-deployment
|-- io.quarkus:quarkus-jdbc-h2-deployment
|-- io.rest-assured:rest-assured
|-- io.quarkus:quarkus-smallrye-metrics-deployment