mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 17:37:27 +00:00
Remove Reactor workaround for AOT
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
parent
cefaf55dd1
commit
67643c4137
2 changed files with 0 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue