Solved issue with POST in vulnerable components lesson

This commit is contained in:
Nanne Baars
2017-02-07 23:38:57 +01:00
parent a00546638a
commit 8d3b028acc
5 changed files with 121 additions and 22 deletions

View File

@ -11,9 +11,14 @@
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>XStream</artifactId>
<artifactId>xstream</artifactId>
<version>1.4.7</version>
</dependency>
</dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>