mirror of https://gitee.com/stylefeng/roses
【8.3.0】更新servlet-api的名称,改为jakart
parent
13aced4d80
commit
641a0449a0
|
@ -57,8 +57,8 @@
|
||||||
<!--web-->
|
<!--web-->
|
||||||
<!--HttpServletContext获取http请求上下文会用到-->
|
<!--HttpServletContext获取http请求上下文会用到-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
<!--web-->
|
<!--web-->
|
||||||
<!--LoginUserRemoteApi会用到web,用在提供feign接口时-->
|
<!--LoginUserRemoteApi会用到web,用在提供feign接口时-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
<!-- servlet库 -->
|
<!-- servlet库 -->
|
||||||
<!-- PageFactory类会从http请求获取分页参数 -->
|
<!-- PageFactory类会从http请求获取分页参数 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--数据库连接池,项目默认采用druid,用别的连接池可以排除这个包-->
|
<!--数据库连接池,项目默认采用druid,用别的连接池可以排除这个包-->
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
<!--servlet-->
|
<!--servlet-->
|
||||||
<!--文件下载工具类会用到-->
|
<!--文件下载工具类会用到-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
<artifactId>groovy</artifactId>
|
<artifactId>groovy</artifactId>
|
||||||
|
<version>${guns.groovy.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
<!--LogRecordFactory快速创建http类的日志参数会用到-->
|
<!--LogRecordFactory快速创建http类的日志参数会用到-->
|
||||||
<!--如果不要记录当前请求的http接口信息,就不用本模块,所以optional=true-->
|
<!--如果不要记录当前请求的http接口信息,就不用本模块,所以optional=true-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
<!-- servlet库 -->
|
<!-- servlet库 -->
|
||||||
<!-- 导出Excel需要用到 -->
|
<!-- 导出Excel需要用到 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
<!-- servlet库 -->
|
<!-- servlet库 -->
|
||||||
<!-- 导出Excel需要用到 -->
|
<!-- 导出Excel需要用到 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
<!--web-->
|
<!--web-->
|
||||||
<!--ResourceReportApi会用到web,用在提供feign接口时-->
|
<!--ResourceReportApi会用到web,用在提供feign接口时-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
|
|
||||||
<!--web-->
|
<!--web-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -43,8 +43,8 @@
|
||||||
<!--web-->
|
<!--web-->
|
||||||
<!--UserInfoRemoteApi会用到web,用在提供feign接口时-->
|
<!--UserInfoRemoteApi会用到web,用在提供feign接口时-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
|
|
Loading…
Reference in New Issue