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

@ -42,7 +42,7 @@
<module>crypto</module> <module>crypto</module>
<module>path-traversal</module> <module>path-traversal</module>
<module>spoof-cookie</module> <module>spoof-cookie</module>
</modules> </modules>
<dependencies> <dependencies>

View File

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