Skip to content

Commit

Permalink
Remove call to removed method.Applet is disabled by default (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed May 3, 2024
1 parent 9716c12 commit ab9c175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/test/java/io/halkyon/utils/WebPageExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private static WebClient initializeWebClient() {
webClient.getOptions().setUseInsecureSSL(true);
webClient.getOptions().setDownloadImages(false);
webClient.getOptions().setGeolocationEnabled(false);
webClient.getOptions().setAppletEnabled(false);
webClient.getOptions().setCssEnabled(false);
webClient.getOptions().setThrowExceptionOnScriptError(false);
webClient.getOptions().setThrowExceptionOnFailingStatusCode(false);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.10.0</quarkus.platform.version>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<htmlunit.version>3.9.0</htmlunit.version>
<htmlunit.version>4.1.0</htmlunit.version>
<formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version>
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
<lobmok.version>1.18.32</lobmok.version>
Expand Down

0 comments on commit ab9c175

Please sign in to comment.