From ca0ec6f338ecb3dc83bdd6f6b1f08d08f53064c7 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Thu, 23 Jun 2022 09:05:20 +0800 Subject: [PATCH] Test of adapting to high version Tomcat thread pool (#260) --- hippo4j-example/hippo4j-spring-boot-starter-example/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hippo4j-example/hippo4j-spring-boot-starter-example/pom.xml b/hippo4j-example/hippo4j-spring-boot-starter-example/pom.xml index 69afc946..ef85459f 100644 --- a/hippo4j-example/hippo4j-spring-boot-starter-example/pom.xml +++ b/hippo4j-example/hippo4j-spring-boot-starter-example/pom.xml @@ -33,6 +33,12 @@ spring-boot-starter-web + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat-embed-core.version} + +