(wrong branch) updated assignment (OWASP Java Encoder) and hints (still not shown)

This commit is contained in:
PhilippeSteinbach
2018-12-06 19:13:40 +01:00
committed by Nanne Baars
parent 06a8bd8b0e
commit 0bd14d9178
4 changed files with 36 additions and 24 deletions

View File

@ -97,6 +97,12 @@
<artifactId>xstream</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.11.3</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>