Works with JDK16

This commit is contained in:
Marcin Grzejszczak
2021-05-05 13:15:47 +02:00
parent 75e90b02f9
commit 01a4c9a23c
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>