From 9cb907950b6ce9c00d92ebb83bb930f0a4960fa4 Mon Sep 17 00:00:00 2001 From: Barry Nouwt Date: Tue, 18 Jun 2024 13:38:19 +0200 Subject: [PATCH] Add two necessary jersey dependencies. --- smart-connector/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index f42080d1c..9559b7396 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -124,11 +124,17 @@ ${jackson-version} - + org.glassfish.jersey.containers jersey-container-servlet-core ${jersey3-version} - --> + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey3-version} +