mirror of
https://gitee.com/fujieid/jap.git
synced 2024-12-02 03:17:33 +08:00
📌 javax.servlet-api
-> jakarta.servlet-api
This commit is contained in:
parent
05c15d519a
commit
3b337b4c6b
12
pom.xml
12
pom.xml
@ -71,7 +71,7 @@
|
||||
<junit.version>4.13.1</junit.version>
|
||||
<mockito.version>2.23.4</mockito.version>
|
||||
<hutool.version>5.5.7</hutool.version>
|
||||
<javax.servlet.version>4.0.1</javax.servlet.version>
|
||||
<jakarta.servlet.version>4.0.4</jakarta.servlet.version>
|
||||
<justauth.version>1.16.1</justauth.version>
|
||||
<jose4j.version>0.7.6</jose4j.version>
|
||||
<slf4j-api.version>1.7.30</slf4j-api.version>
|
||||
@ -108,8 +108,8 @@
|
||||
</dependency>
|
||||
<!-- servlet -->
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@ -200,9 +200,9 @@
|
||||
</dependency>
|
||||
<!-- servlet -->
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>${javax.servlet.version}</version>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>${jakarta.servlet.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user