Skip to content

Commit

Permalink
Shade and bump jsoup version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed May 19, 2023
1 parent 8ce9d0d commit 0ef2454
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.2</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
Expand Down Expand Up @@ -243,6 +243,10 @@
<pattern>de.odysseus.el</pattern>
<shadedPattern>jinjava.de.odysseus.el</shadedPattern>
</relocation>
<relocation>
<pattern>org.jsoup</pattern>
<shadedPattern>jinjava.org.jsoup</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 0ef2454

Please sign in to comment.