Skip to content

Commit e452265

Browse files
committed
升级 APIJSON 及 apijson-framework 7.0.0,自身 2.0.0;javax.servlet-api 改为 jakarta.servlet-api
1 parent dca80ba commit e452265

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.router</groupId>
77
<artifactId>apijson-router</artifactId>
8-
<version>1.9.3-springboot3</version>
8+
<version>2.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONRouter</name>
@@ -22,9 +22,10 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>javax.servlet</groupId>
26-
<artifactId>javax.servlet-api</artifactId>
27-
<version>4.0.1</version>
25+
<groupId>jakarta.servlet</groupId>
26+
<artifactId>jakarta.servlet-api</artifactId>
27+
<version>6.0.0</version>
28+
<scope>provided</scope>
2829
</dependency>
2930

3031
<dependency>
@@ -37,12 +38,12 @@
3738
<dependency>
3839
<groupId>com.github.Tencent</groupId>
3940
<artifactId>APIJSON</artifactId>
40-
<version>6.4.3-springboot3</version>
41+
<version>7.0.0</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>com.github.APIJSON</groupId>
4445
<artifactId>apijson-framework</artifactId>
45-
<version>6.4.3-springboot-3</version>
46+
<version>7.0.0</version>
4647
</dependency>
4748
</dependencies>
4849

0 commit comments

Comments
 (0)