File tree Expand file tree Collapse file tree
src/main/resources/hudson/plugins/testng/results Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >5.2102.v5f5fe09fccf1 </version >
8+ <version >6.2116.v7501b_67dc517 </version >
99 <relativePath />
1010 </parent >
1111
4444 <spotbugs .threshold>Medium</spotbugs .threshold>
4545 <spotless .check.skip>false</spotless .check.skip>
4646 <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
47+ <ban-commons-lang-2 .skip>false</ban-commons-lang-2 .skip>
4748 </properties >
4849
4950 <dependencyManagement >
6364 <artifactId >mxparser</artifactId >
6465 <version >1.2.3</version >
6566 </dependency >
67+ <dependency >
68+ <groupId >io.jenkins.plugins</groupId >
69+ <artifactId >commons-lang3-api</artifactId >
70+ </dependency >
6671 <dependency >
6772 <groupId >org.jenkins-ci.plugins</groupId >
6873 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package hudson.plugins.testng.results.ClassResult
22
33import hudson.Functions
44import hudson.plugins.testng.util.FormatUtil
5- import org.apache.commons.lang .StringUtils
5+ import org.apache.commons.lang3 .StringUtils
66
77f = namespace(lib.FormTagLib )
88l = namespace(lib.LayoutTagLib )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package hudson.plugins.testng.results.MethodResult
22
33import hudson.plugins.testng.TestNGProjectAction
44import hudson.plugins.testng.util.FormatUtil
5- import org.apache.commons.lang .StringUtils
5+ import org.apache.commons.lang3 .StringUtils
66
77f = namespace(lib.FormTagLib )
88l = namespace(lib.LayoutTagLib )
You can’t perform that action at this time.
0 commit comments