File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
src/test/java/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
<extension >
3
3
<groupId >io.jenkins.tools.incrementals</groupId >
4
4
<artifactId >git-changelist-maven-extension</artifactId >
5
- <version >1.6 </version >
5
+ <version >1.7 </version >
6
6
</extension >
7
7
</extensions >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.59 </version >
31
+ <version >4.71 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >io.jenkins.plugins</groupId >
Original file line number Diff line number Diff line change 25
25
package org .jenkinsci .plugins .workflow .libs ;
26
26
27
27
import com .cloudbees .hudson .plugins .folder .Folder ;
28
- import com . gargoylesoftware .htmlunit .HttpMethod ;
29
- import com . gargoylesoftware .htmlunit .WebRequest ;
30
- import com . gargoylesoftware .htmlunit .html .HtmlForm ;
31
- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
32
- import com . gargoylesoftware .htmlunit .html .HtmlTextArea ;
33
- import com . gargoylesoftware .htmlunit .util .NameValuePair ;
28
+ import org .htmlunit .HttpMethod ;
29
+ import org .htmlunit .WebRequest ;
30
+ import org .htmlunit .html .HtmlForm ;
31
+ import org .htmlunit .html .HtmlPage ;
32
+ import org .htmlunit .html .HtmlTextArea ;
33
+ import org .htmlunit .util .NameValuePair ;
34
34
import com .google .common .collect .ImmutableMap ;
35
35
import hudson .Functions ;
36
36
import hudson .model .Item ;
Original file line number Diff line number Diff line change 24
24
25
25
package org .jenkinsci .plugins .workflow .libs ;
26
26
27
- import com . gargoylesoftware .htmlunit .HttpMethod ;
28
- import com . gargoylesoftware .htmlunit .WebRequest ;
29
- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
30
- import com . gargoylesoftware .htmlunit .util .NameValuePair ;
27
+ import org .htmlunit .HttpMethod ;
28
+ import org .htmlunit .WebRequest ;
29
+ import org .htmlunit .html .HtmlPage ;
30
+ import org .htmlunit .util .NameValuePair ;
31
31
import hudson .model .Item ;
32
32
import hudson .model .View ;
33
33
import java .net .URL ;
You can’t perform that action at this time.
0 commit comments