Skip to content

Commit

Permalink
Remove the spring-boot-starter-tomcat dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Nov 6, 2024
1 parent 3ac105c commit 6083680
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions servlet/resteasy-servlet-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down

0 comments on commit 6083680

Please sign in to comment.