File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/java/com/kuaidi100/sdk/api Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 107107 <version >2.8.9</version >
108108 </dependency >
109109
110+
110111 <dependency >
111- <groupId >javax.servlet</groupId >
112- <artifactId >servlet-api</artifactId >
113- <version >2.5</version >
114- <scope >provided</scope >
112+ <groupId >jakarta.servlet</groupId >
113+ <artifactId >jakarta.servlet-api</artifactId >
114+ <version >6.0.0</version >
115115 </dependency >
116116
117117 </dependencies >
Original file line number Diff line number Diff line change 1212import org .apache .commons .lang3 .StringUtils ;
1313import org .apache .http .HttpStatus ;
1414
15- import javax .servlet .http .HttpServletRequest ;
15+ import jakarta .servlet .http .HttpServletRequest ;
16+
1617
1718/**
1819 * 订阅
Original file line number Diff line number Diff line change 1212import org .apache .commons .lang3 .StringUtils ;
1313import org .apache .http .HttpStatus ;
1414
15- import javax .servlet .http .HttpServletRequest ;
15+ import jakarta .servlet .http .HttpServletRequest ;
1616
1717/**
1818 * 订阅(地图)
You can’t perform that action at this time.
0 commit comments