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 -