apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
887 stars 262 forks source link

Upgrade to JSOUP 1.12.1 #741

Closed jnioche closed 5 years ago

jnioche commented 5 years ago

https://jsoup.org/news/release-1.12.1

jnioche commented 5 years ago
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project storm-crawler-core: Compilation failure
[ERROR] /data/storm-crawler/core/src/main/java/com/digitalpebble/stormcrawler/parse/TextExtractor.java:[23,24] cannot find symbol
[ERROR]   symbol:   class StringUtil
[ERROR]   location: package org.jsoup.helper
[ERROR] 
[ERROR] -> [Help 1]
rem7i commented 4 years ago

I have the same problem and couldn't find any solution, even though I downgraded to version 1.8.13