Remove Reactor workaround for AOT
Some checks failed
Java CI with Maven / build (17) (push) Failing after 2s
Java CI with Gradle / build (17) (push) Failing after 2s

Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
Patrick Baumgartner 2025-06-07 17:38:47 +02:00 committed by Dave Syer
parent cefaf55dd1
commit 67643c4137
2 changed files with 0 additions and 8 deletions

View file

@ -32,9 +32,6 @@ ext.webjarsFontawesomeVersion = "4.7.0"
ext.webjarsBootstrapVersion = "5.3.6"
dependencies {
// Workaround for AOT issue (https://github.com/spring-projects/spring-framework/pull/33949) -->
implementation 'io.projectreactor:reactor-core'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'