Move to latest Spring Boot version and move to Java 11

This commit is contained in:
Nanne Baars
2018-12-15 13:59:54 +01:00
parent dd1009bc54
commit ec225558b9
26 changed files with 67 additions and 167 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>v8.0.0.SNAPSHOT</version>
<version>v8.0.0-SNAPSHOT</version>
</parent>
<properties>
@ -203,11 +203,13 @@
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<!-- /lessons -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<!-- devtools no longer working with Java 11 and Spring Boot version 1.* enable again once we move to 2.0-->
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-devtools</artifactId>-->
<!--<optional>true</optional>-->
<!--</dependency>-->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>