From 027b7bed55c98ac73d44657c3f7bb36607c71fc9 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sun, 29 Jan 2023 17:32:09 +0800 Subject: [PATCH] build: eureka jetty --- framework/eureka/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/framework/eureka/pom.xml b/framework/eureka/pom.xml index 06fc32b626..9a7a834dbf 100644 --- a/framework/eureka/pom.xml +++ b/framework/eureka/pom.xml @@ -13,6 +13,28 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-server + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-jetty + + + org.eclipse.jetty + jetty-alpn-server + + + org.eclipse.jetty + jetty-alpn-conscrypt-server + + + org.eclipse.jetty.http2 + http2-server org.apache.commons