From 359829a6bfe11b0f84c39b4f45e5f0f2e411a44c Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 25 Jan 2024 15:57:32 -0800 Subject: [PATCH] Correct jetty dependencies --- gateway-ha/pom.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gateway-ha/pom.xml b/gateway-ha/pom.xml index 08b57efe1..0e5612f81 100644 --- a/gateway-ha/pom.xml +++ b/gateway-ha/pom.xml @@ -187,11 +187,41 @@ 1.70 + + org.eclipse.jetty + jetty-client + + + + org.eclipse.jetty + jetty-http + + + + org.eclipse.jetty + jetty-io + + org.eclipse.jetty jetty-proxy + + org.eclipse.jetty + jetty-server + + + + org.eclipse.jetty + jetty-servlet + + + + org.eclipse.jetty + jetty-util + + org.ehcache ehcache @@ -319,7 +349,6 @@ ${dep.wiremock.version} test -