added jsoup html parser

This commit is contained in:
Philippe Steinbach
2018-11-27 14:29:39 +01:00
committed by Nanne Baars
parent 971062561d
commit 63502d6328
2 changed files with 12 additions and 0 deletions

View File

@ -85,6 +85,12 @@
<artifactId>encoder</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.11.3</version>
</dependency>
<!-- Temporarily -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>