Skip to content

Commit

Permalink
servlet scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongd_Zhou committed Apr 21, 2022
1 parent b4235b4 commit d6ced11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>

<!-- servlet包 -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@
</exclusions>
</dependency>

<!-- servlet包 -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit d6ced11

Please sign in to comment.