Skip to content

Commit

Permalink
Exclude transient jsoup depenency from xsoup, see discussion in #968
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zowalla <richard.zowalla@hs-heilbronn.de>
  • Loading branch information
rzo1 committed May 16, 2022
1 parent 43aee7b commit 9ae11eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/pom.xml
Expand Up @@ -213,6 +213,13 @@
<groupId>us.codecraft</groupId>
<artifactId>xsoup</artifactId>
<version>${xsoup.version}</version>
<exclusions>
<!-- We declare a newer version of jsoup -->
<exclusion>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 9ae11eb

Please sign in to comment.