File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 97
97
<mavenSharedUtilsVersion >3.3.4</mavenSharedUtilsVersion >
98
98
<powermockVersion >2.0.9</powermockVersion >
99
99
<jacocoVersion >0.8.8</jacocoVersion >
100
+ <testngVersion >5.11</testngVersion >
100
101
<surefire-shared-utils .version>${project.version} </surefire-shared-utils .version>
101
102
<maven .surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven .surefire.scm.devConnection>
102
103
<maven .site.path>surefire-archives/surefire-LATEST</maven .site.path>
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.testng</groupId >
52
52
<artifactId >testng</artifactId >
53
- <version >5.10 </version >
53
+ <version >${testngVersion} </version >
54
54
<classifier >jdk15</classifier >
55
55
<scope >provided</scope >
56
56
</dependency >
Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >org.testng</groupId >
57
57
<artifactId >testng</artifactId >
58
- <version >5.10 </version >
58
+ <version >${testngVersion} </version >
59
59
<classifier >jdk15</classifier >
60
60
<scope >provided</scope >
61
61
</dependency >
You can’t perform that action at this time.
0 commit comments