summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradmin <admin@10.81.1.104>2021-08-24 12:23:57 +0200
committeradmin <admin@10.81.1.104>2021-08-24 12:23:57 +0200
commitfbf8ddd32de4897ba915b1d0e7a9f65540fe9561 (patch)
treecd31968a659c197997711d3d74f7263f404a3a86
parent4c889b7ff9b6ac48fb831d1ff046cb51a8ad42c2 (diff)
upgrade of jsoup 1.12.1 -> 1.14.2
-rw-r--r--.classpath4
-rw-r--r--build.xml10
-rw-r--r--lib/jsoup-1.12.1.jarbin397115 -> 0 bytes
-rw-r--r--lib/jsoup-1.14.2.jarbin0 -> 413906 bytes
4 files changed, 7 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index 62fbeaaa9..2132cdb45 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>
diff --git a/build.xml b/build.xml
index 2e4d27f6a..21dcb2281 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />
diff --git a/lib/jsoup-1.12.1.jar b/lib/jsoup-1.12.1.jar
deleted file mode 100644
index 6acfb18ce..000000000
--- a/lib/jsoup-1.12.1.jar
+++ /dev/null
Binary files differ
diff --git a/lib/jsoup-1.14.2.jar b/lib/jsoup-1.14.2.jar
new file mode 100644
index 000000000..766c2963e
--- /dev/null
+++ b/lib/jsoup-1.14.2.jar
Binary files differ