Skip to content

Commit 445ffab

Browse files
authored
Merge pull request #598 from hazendaz/main
Move to fork of jsoup until jsoup team releases code
2 parents 7dda0a2 + f186f11 commit 445ffab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@
250250
<groupId>com.fasterxml.jackson.core</groupId>
251251
<artifactId>jackson-databind</artifactId>
252252
</dependency>
253+
<dependency>
254+
<groupId>com.github.hazendaz.jsoup</groupId>
255+
<artifactId>jsoup</artifactId>
256+
<version>1.15.1</version>
257+
</dependency>
253258
<dependency>
254259
<groupId>com.google.guava</groupId>
255260
<artifactId>guava</artifactId>
@@ -296,11 +301,6 @@
296301
<artifactId>org.eclipse.jdt.core</artifactId>
297302
<version>3.28.0</version>
298303
</dependency>
299-
<dependency>
300-
<groupId>org.jsoup</groupId>
301-
<artifactId>jsoup</artifactId>
302-
<version>1.15.1-SNAPSHOT</version>
303-
</dependency>
304304
<dependency>
305305
<groupId>org.w3c.css</groupId>
306306
<artifactId>sac</artifactId>

0 commit comments

Comments
 (0)