Updating poms

This commit is contained in:
Jeroen Willemsen
2021-11-16 16:12:39 +01:00
committed by Nanne Baars
parent 1a64fcd8d4
commit fa2769cb25
2 changed files with 6 additions and 1 deletions

View File

@ -159,6 +159,11 @@
<artifactId>webgoat-lesson-template</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>logging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>