Skip to content

Commit

Permalink
HtmlUnit upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jun 5, 2023
1 parent e69b224 commit bd8d617
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import com.cloudbees.plugins.credentials.SystemCredentialsProvider;
import com.cloudbees.plugins.credentials.domains.Domain;
import com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl;
import com.gargoylesoftware.htmlunit.WebResponse;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import org.htmlunit.WebResponse;
import org.htmlunit.html.HtmlPage;
import hudson.Functions;
import hudson.Util;
import hudson.model.Fingerprint;
Expand Down

0 comments on commit bd8d617

Please sign in to comment.