File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.router</groupId >
7
7
<artifactId >apijson-router</artifactId >
8
- <version >1.9.3-springboot3 </version >
8
+ <version >2.0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONRouter</name >
22
22
23
23
<dependencies >
24
24
<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 >
28
29
</dependency >
29
30
30
31
<dependency >
37
38
<dependency >
38
39
<groupId >com.github.Tencent</groupId >
39
40
<artifactId >APIJSON</artifactId >
40
- <version >6.4.3-springboot3 </version >
41
+ <version >7.0.0 </version >
41
42
</dependency >
42
43
<dependency >
43
44
<groupId >com.github.APIJSON</groupId >
44
45
<artifactId >apijson-framework</artifactId >
45
- <version >6.4.3-springboot-3 </version >
46
+ <version >7.0.0 </version >
46
47
</dependency >
47
48
</dependencies >
48
49
You can’t perform that action at this time.
0 commit comments