servlet-api to common

This commit is contained in:
thinkgem
2022-04-26 10:44:44 +08:00
parent 6dce23a32f
commit 91f41a886f
2 changed files with 7 additions and 10 deletions

View File

@@ -22,6 +22,13 @@
</properties>
<dependencies>
<!-- Servlet Api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Apache Commons -->
<dependency>

View File

@@ -70,16 +70,6 @@
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>