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.
1 parent 7ba1843 commit e2e4d34Copy full SHA for e2e4d34
pom.xml
@@ -129,7 +129,8 @@
129
130
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
131
<httpclient.version>4.5.13</httpclient.version>
132
- <jetty.version>10.0.14</jetty.version>
+ <jetty.version>9.4.51.v20230217</jetty.version>
133
+ <!-- 这个不能用10以上的版本,不支持jdk8-->
134
</properties>
135
136
<dependencyManagement>
@@ -225,7 +226,8 @@
225
226
<dependency>
227
<groupId>org.testng</groupId>
228
<artifactId>testng</artifactId>
- <version>7.7.0</version>
229
+ <version>7.5</version>
230
+ <!-- 这个不能用7.6以上的版本,不支持jdk8-->
231
<scope>test</scope>
232
<exclusions>
233
<exclusion>
0 commit comments