Merge pull request #1657 from spring-cloud/jdk16_boot_2_5

Works with JDK16
This commit is contained in:
Spencer Gibb
2021-07-09 15:33:33 -04:00
committed by GitHub
37 changed files with 201 additions and 356 deletions

View File

@@ -66,11 +66,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.solidsoft.spock</groupId>
<artifactId>spock-global-unroll</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>