Skip to content

Commit

Permalink
fix: add servlet api
Browse files Browse the repository at this point in the history
  • Loading branch information
weihao committed Feb 9, 2024
1 parent 3298f23 commit 8948876
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@
<version>5.3.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8948876

Please sign in to comment.