upd to Jsoup-1.11.2

pull/149/head
reger 7 years ago
parent d5a75537e4
commit a1879115dc

@ -88,7 +88,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-60.1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.10.3.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.11.2.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/weupnp-0.1.4.jar"/>
<classpathentry kind="lib" path="lib/common-image-3.3.2.jar"/>

@ -219,7 +219,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.10.3.jar" />
<pathelement location="${lib}/jsoup-1.11.2.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.0.jar" />

Binary file not shown.

Binary file not shown.

@ -473,7 +473,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.3</version>
<version>1.11.2</version>
<type>jar</type>
</dependency>
<dependency>

Loading…
Cancel
Save