We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dda0a2 + f186f11 commit 445ffabCopy full SHA for 445ffab
pom.xml
@@ -250,6 +250,11 @@
250
<groupId>com.fasterxml.jackson.core</groupId>
251
<artifactId>jackson-databind</artifactId>
252
</dependency>
253
+ <dependency>
254
+ <groupId>com.github.hazendaz.jsoup</groupId>
255
+ <artifactId>jsoup</artifactId>
256
+ <version>1.15.1</version>
257
+ </dependency>
258
<dependency>
259
<groupId>com.google.guava</groupId>
260
<artifactId>guava</artifactId>
@@ -296,11 +301,6 @@
296
301
<artifactId>org.eclipse.jdt.core</artifactId>
297
302
<version>3.28.0</version>
298
303
299
- <dependency>
300
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.15.1-SNAPSHOT</version>
- </dependency>
304
305
<groupId>org.w3c.css</groupId>
306
<artifactId>sac</artifactId>
0 commit comments