From 5ff0cc4720b4bf6cdc2e4e5e656df7b9c97d2184 Mon Sep 17 00:00:00 2001
From: Alvin Kwok <1305167657@qq.com>
Date: Sun, 12 Nov 2023 16:07:54 +0800
Subject: [PATCH] Remove Maven config that exclude tomcat dependency under
Springboot3 module (#590)
---
dynamic-datasource-spring-boot3-starter/pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/dynamic-datasource-spring-boot3-starter/pom.xml b/dynamic-datasource-spring-boot3-starter/pom.xml
index 0c9ee64..98981aa 100644
--- a/dynamic-datasource-spring-boot3-starter/pom.xml
+++ b/dynamic-datasource-spring-boot3-starter/pom.xml
@@ -28,16 +28,6 @@
org.springframework.boot
spring-boot-starter-web
true
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
-
- org.springframework.boot
- spring-boot-starter-undertow
com.alibaba