Skip to content

Commit 58482a9

Browse files
committed
修复 boot 编译缺少 servlet api
1 parent 13c1b8e commit 58482a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

opensabre-starter-boot/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<groupId>io.github.opensabre</groupId>
4545
<artifactId>opensabre-web</artifactId>
4646
</dependency>
47+
<!--servlet api支持-->
48+
<dependency>
49+
<groupId>jakarta.servlet</groupId>
50+
<artifactId>jakarta.servlet-api</artifactId>
51+
<scope>provided</scope>
52+
</dependency>
4753
<!--自省和监控的集成功能 -->
4854
<dependency>
4955
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)