Skip to content

Commit e2e4d34

Browse files
committed
🎨 修复部分pom依赖版本号,支持jdk8
1 parent 7ba1843 commit e2e4d34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129

130130
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
131131
<httpclient.version>4.5.13</httpclient.version>
132-
<jetty.version>10.0.14</jetty.version>
132+
<jetty.version>9.4.51.v20230217</jetty.version>
133+
<!-- 这个不能用10以上的版本,不支持jdk8-->
133134
</properties>
134135

135136
<dependencyManagement>
@@ -225,7 +226,8 @@
225226
<dependency>
226227
<groupId>org.testng</groupId>
227228
<artifactId>testng</artifactId>
228-
<version>7.7.0</version>
229+
<version>7.5</version>
230+
<!-- 这个不能用7.6以上的版本,不支持jdk8-->
229231
<scope>test</scope>
230232
<exclusions>
231233
<exclusion>

0 commit comments

Comments
 (0)