Updating poms
This commit is contained in:
committed by
Nanne Baars
parent
1a64fcd8d4
commit
fa2769cb25
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user