First attempt for challenge

This commit is contained in:
Nanne Baars
2017-03-23 11:49:34 +01:00
parent 243e6d5247
commit 911fe36557
6 changed files with 57 additions and 10 deletions

View File

@ -86,11 +86,11 @@
<artifactId>webgoat-container</artifactId>
<version>${project.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.owasp.webgoat.lesson</groupId>-->
<!--<artifactId>challenge</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>challenge</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>client-side-filtering</artifactId>