From 001e0425471c15c9ffdd97810c3f321ec23865e0 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 19 Apr 2021 15:23:56 +0200 Subject: Fix remaining nexus-IQ issues Exclude lib not used by clamp BE that are flagged by Nexus IQ Issue-ID: POLICY-3169 Signed-off-by: sebdet Change-Id: Idceb809e9cabc709bc820f792648ad1e481d22a7 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 36661b86c..23aaf9ffb 100644 --- a/pom.xml +++ b/pom.xml @@ -352,6 +352,12 @@ org.springframework.boot spring-boot-starter-tomcat + + + org.glassfish + jakarta.el + + org.springframework @@ -385,6 +391,16 @@ org.onap.policy.models policy-models-pdp ${policy.models.version} + + + org.eclipse.jetty + jetty-server + + + org.glassfish.jersey.containers + jersey-container-servlet + + @@ -433,6 +449,12 @@ org.apache.commons commons-vfs2 2.8.0 + + + com.squareup.okhttp + okhttp + + org.slf4j -- cgit 1.2.3-korg