Enabled the challenges again to make them visible for everybody who starts WebGoat

This commit is contained in:
Nanne Baars
2017-06-15 23:38:04 +02:00
parent 36ad73c800
commit 7809057208
3 changed files with 12 additions and 8 deletions

View File

@ -72,8 +72,6 @@
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>com.spotify</groupId>
@ -86,11 +84,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>bypass-restrictions</artifactId>