Skip to content

Commit 1f4bccf

Browse files
committed
[fix] add servlet api dependency for spring-helloworld
1 parent 18d112b commit 1f4bccf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-helloworld/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
<artifactId>slf4j-api</artifactId>
7474
</dependency>
7575

76+
<!-- java servlet api-->
77+
<dependency>
78+
<groupId>javax.servlet</groupId>
79+
<artifactId>servlet-api</artifactId>
80+
</dependency>
81+
7682
<!-- JSP tag -->
7783
<dependency>
7884
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)