#353 - lesson template/guide

This commit is contained in:
Jason White
2017-06-23 14:46:09 -04:00
parent b304dbb552
commit ccb4e3813b
24 changed files with 312 additions and 0 deletions

View File

@ -149,6 +149,13 @@
<artifactId>xxe</artifactId>
<version>${project.version}</version>
</dependency>
<!--uncommment below to run/include lesson template in WebGoat Build-->
<!--<dependency>-->
<!--<groupId>org.owasp.webgoat.lesson</groupId>-->
<!--<artifactId>webgoat-lesson-template</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<!-- /lessons -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>