Skip to content

Commit

Permalink
version 2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 4, 2022
1 parent 253b87a commit 54d6a35
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 45 deletions.
9 changes: 4 additions & 5 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.64.0/htmlunit-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.64.0/htmlunit-2.64.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/xalan/xalan/2.7.2/xalan-2.7.2.jar" sourcepath="M2_REPO/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/xalan/serializer/2.7.2/serializer-2.7.2.jar" sourcepath="M2_REPO/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.65.1/htmlunit-2.65.1.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.65.1/htmlunit-2.65.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.64.0/htmlunit-core-js-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.64.0/htmlunit-core-js-2.64.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.64.0/neko-htmlunit-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.64.0/neko-htmlunit-2.64.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.65.0/htmlunit-core-js-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.65.0/htmlunit-core-js-2.65.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.65.0/neko-htmlunit-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.65.0/neko-htmlunit-2.65.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar" sourcepath="M2_REPO/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-cssparser/1.12.0/htmlunit-cssparser-1.12.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-cssparser/1.12.0/htmlunit-cssparser-1.12.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-xpath/2.65.0/htmlunit-xpath-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-xpath/2.65.0/htmlunit-xpath-2.65.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" sourcepath="M2_REPO/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-text/1.9/commons-text-1.9.jar" sourcepath="M2_REPO/org/apache/commons/commons-text/1.9/commons-text-1.9-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.10.0/commons-io-2.10.0.jar" sourcepath="M2_REPO/commons-io/commons-io/2.10.0/commons-io-2.10.0-sources.jar"/>
Expand Down
23 changes: 3 additions & 20 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-android</artifactId>
<name>HtmlUnitAndroid</name>
<version>2.64.0</version>
<version>2.65.0</version>
<description>A headless browser intended for use in testing web-based applications packaged for android.</description>
<url>http://htmlunit.sourceforge.net</url>
<issueManagement>
Expand Down Expand Up @@ -45,7 +45,7 @@
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -73,7 +73,6 @@
<exclude>commons-net:*</exclude>
<exclude>org.brotli:*</exclude>
<exclude>com.shapesecurity:*</exclude>
<exclude>xalan:*</exclude>
<exclude>org.eclipse.jetty.websocket:*</exclude>
<exclude>org.eclipse.jetty:*</exclude>
</excludes>
Expand Down Expand Up @@ -167,22 +166,6 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xercesImpl</artifactId>
<groupId>xerces</groupId>
</exclusion>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down Expand Up @@ -261,7 +244,7 @@
</distributionManagement>
<properties>
<jetty.version>9.4.19.v20190610</jetty.version>
<htmlunit.version>2.64.0</htmlunit.version>
<htmlunit.version>2.65.0</htmlunit.version>
<maven.compiler.source>8</maven.compiler.source>
<additionalparam>-Xdoclint:none</additionalparam>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
22 changes: 3 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-android</artifactId>
<version>2.64.0</version>
<version>2.65.0</version>

<name>HtmlUnitAndroid</name>
<organization>
Expand All @@ -26,7 +26,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunit.version>2.64.0</htmlunit.version>
<htmlunit.version>2.65.1</htmlunit.version>
<!-- overwrite the jetty version to be compatible with older android api's -->
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
<jetty.version>9.4.19.v20190610</jetty.version>
Expand All @@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -68,7 +68,6 @@

<exclude>org.brotli:*</exclude>
<exclude>com.shapesecurity:*</exclude>
<exclude>xalan:*</exclude>

<exclude>org.eclipse.jetty.websocket:*</exclude>
<exclude>org.eclipse.jetty:*</exclude>
Expand Down Expand Up @@ -202,21 +201,6 @@
<version>${htmlunit.version}</version>
</dependency>

<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static void main(String[] args) {
// System.out.println(org.apache.xmlcommons.Version.getVersion());
// System.out.println(org.apache.xml.serializer.Version.getVersion());
// System.out.println(org.apache.xerces.impl.Version.getVersion());
// System.out.println(org.apache.xalan.Version.getVersion());
//
System.out.println();
System.out.println();
Expand Down

0 comments on commit 54d6a35

Please # to comment.