Skip to content

Commit

Permalink
Remove Maven config that exclude tomcat dependency under Springboot3 …
Browse files Browse the repository at this point in the history
…module (#590)
  • Loading branch information
alvinkwok1 committed Nov 12, 2023
1 parent 506b98d commit 5ff0cc4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dynamic-datasource-spring-boot3-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down

0 comments on commit 5ff0cc4

Please sign in to comment.