Adapt to breaking changes to AOT processing entry points

See gh-32550
This commit is contained in:
Andy Wilkinson
2022-10-10 22:02:25 +01:00
parent d870474fcd
commit d351086a06
7 changed files with 89 additions and 29 deletions

View File

@@ -44,6 +44,12 @@
<version>@spring-framework.version@</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>@project.version@</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>