We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6831237 + f0bee8e commit 433ab64Copy full SHA for 433ab64
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>org.jenkins-ci.plugins</groupId>
5
<artifactId>plugin</artifactId>
6
- <version>4.53</version>
+ <version>4.66</version>
7
</parent>
8
9
<artifactId>powershell</artifactId>
src/test/java/hudson/plugins/powershell/PowerShellTest.java
@@ -6,8 +6,8 @@
import java.util.regex.Pattern;
import java.util.stream.Stream;
-import com.gargoylesoftware.htmlunit.html.HtmlForm;
10
-import com.gargoylesoftware.htmlunit.html.HtmlPage;
+import org.htmlunit.html.HtmlForm;
+import org.htmlunit.html.HtmlPage;
11
import hudson.model.FreeStyleBuild;
12
import hudson.model.FreeStyleProject;
13
import hudson.model.Result;
0 commit comments