Add support for AOT repositories.

Closes #3830
This commit is contained in:
Christoph Strobl
2024-09-23 08:15:32 +02:00
committed by Mark Paluch
parent b58c423bdf
commit 831d04dd2c
23 changed files with 2341 additions and 18 deletions

View File

@@ -60,6 +60,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.6.1.Final</version>
</dependency>
<!-- Hibernate -->
<dependency>
<groupId>org.hibernate.orm</groupId>