upgrade of jsoup 1.12.1 -> 1.14.2

pull/436/head
admin 3 years ago
parent 4c889b7ff9
commit fbf8ddd32d

@ -61,12 +61,10 @@
<classpathentry kind="lib" path="lib/jsch-0.1.54.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jsonic-1.3.10.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.12.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-8.8.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-phonetic-8.8.1.jar"/>
@ -116,6 +114,8 @@
<classpathentry kind="lib" path="lib/bcmail-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/bcpkix-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.14.2.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="src" path="htroot/api/blacklists"/>
<classpathentry kind="src" path="htroot/api/bookmarks/posts"/>
<classpathentry kind="src" path="htroot/api/bookmarks/tags"/>

@ -170,7 +170,6 @@
<!-- when changing paths here, please also update the paths in /addon/YaCy.app/Contents/Info.plist -->
<path id="project.class.path">
<pathelement location="${build}" />
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/J7Zip-modified.jar" />
<pathelement location="${lib}/apache-mime4j-0.6.jar" />
<pathelement location="${lib}/avatica-core-1.13.0.jar" />
@ -231,7 +230,7 @@
<pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.3.10.jar" />
<pathelement location="${lib}/jsoup-1.12.1.jar" />
<pathelement location="${lib}/jsoup-1.14.2.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.1.jar" />
@ -253,12 +252,13 @@
<pathelement location="${lib}/lucene-queryparser-8.8.1.jar" />
<pathelement location="${lib}/lucene-spatial-extras-8.8.1.jar" />
<pathelement location="${lib}/lucene-suggest-8.8.1.jar" />
<pathelement location="${lib}/opentracing-api-0.33.0.jar" />
<pathelement location="${lib}/opentracing-noop-0.33.0.jar" />
<pathelement location="${lib}/opentracing-util-0.33.0.jar" />
<pathelement location="${lib}/metadata-extractor-2.11.0.jar" />
<pathelement location="${lib}/metrics-core-3.2.2.jar" />
<pathelement location="${lib}/metrics-jmx-4.1.5.jar" />
<pathelement location="${lib}/opentracing-api-0.33.0.jar" />
<pathelement location="${lib}/opentracing-noop-0.33.0.jar" />
<pathelement location="${lib}/opentracing-util-0.33.0.jar" />
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/pdfbox-2.0.15.jar" />
<pathelement location="${lib}/poi-3.17.jar" />
<pathelement location="${lib}/poi-scratchpad-3.17.jar" />

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save