From 67643c4137eb75bfeb177b427f8459c471bdcbd8 Mon Sep 17 00:00:00 2001 From: Patrick Baumgartner Date: Sat, 7 Jun 2025 17:38:47 +0200 Subject: [PATCH] Remove Reactor workaround for AOT Signed-off-by: Patrick Baumgartner --- build.gradle | 3 --- pom.xml | 5 ----- 2 files changed, 8 deletions(-) diff --git a/build.gradle b/build.gradle index ad101e32f..a80a6e710 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/pom.xml b/pom.xml index 1dbccf016..8576c22ba 100644 --- a/pom.xml +++ b/pom.xml @@ -70,11 +70,6 @@ spring-boot-starter-test test - - - io.projectreactor - reactor-core -