update JSoup, added test for Polluted Bonds, remove explicit parent groupId from poms

This commit is contained in:
Ingmar Goudt 2019-02-11 15:03:18 +01:00
parent ff6dd3626f
commit c8a4e7a46b
5 changed files with 33 additions and 6 deletions

View file

@ -9,7 +9,6 @@
<version>1.4.33</version>
</parent>
<groupId>org.mage</groupId>
<artifactId>mage-client</artifactId>
<packaging>jar</packaging>
<name>Mage Client</name>
@ -109,7 +108,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.5.2</version>
<version>1.11.3</version>
</dependency>
<dependency>
<artifactId>truevfs-profile-base</artifactId>