From f0eea6c9d6f563a96ce64c510be1bf5a84448a38 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Mar 2023 17:00:37 +0000 Subject: Upgrade Jetty and Jersey The new version of Jetty and Jersey brings in Server Name Checking, which must be eiter enabled or disabled. Also, the bug in Swagger that drags in JUnit 5 with a non "test" scope is worked around by excluding the junit 5 dependencies. Issue-ID: POLICY-4474 Change-Id: Ib5ba23616c8d3cb011c5055a49c9cb325c9fd667 Signed-off-by: liamfallon --- policy-endpoints/pom.xml | 61 +++++++++++++----------------------------------- 1 file changed, 16 insertions(+), 45 deletions(-) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index b7fb88a1..4665ccce 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -20,52 +20,44 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - - - + 4.0.0 - org.onap.policy.common common-modules 1.12.2-SNAPSHOT - policy-endpoints - policy-endpoints Endpoints - 1.2.1-oss - org.onap.policy.common capabilities ${project.version} - org.onap.policy.common gson ${project.version} - org.onap.policy.common utils ${project.version} - org.onap.policy.common common-parameters ${project.version} - com.att.nsa cambriaClient @@ -76,88 +68,71 @@ - com.fasterxml.jackson.core jackson-core - com.fasterxml.jackson.core jackson-databind - com.fasterxml.jackson.core jackson-annotations - com.fasterxml.jackson.module jackson-module-jaxb-annotations - com.fasterxml.jackson.dataformat jackson-dataformat-yaml - org.onap.dmaap.messagerouter.dmaapclient dmaapClient - org.onap.aaf.authz aaf-cadi-aaf - org.eclipse.jetty jetty-server - org.eclipse.jetty jetty-servlet - org.eclipse.jetty jetty-servlets - org.glassfish.jersey.core jersey-server - org.glassfish.jersey.containers jersey-container-servlet-core - org.glassfish.jersey.containers jersey-container-jetty-http - org.glassfish.jersey.core jersey-client - org.glassfish.jersey.core jersey-common - com.google.code.gson gson - org.apache.httpcomponents httpclient @@ -166,80 +141,76 @@ org.apache.httpcomponents httpcore - io.swagger swagger-jersey2-jaxrs + + + org.junit.jupiter + junit-jupiter + + + org.junit.jupiter + junit-jupiter-api + + - io.prometheus simpleclient_hotspot - io.prometheus simpleclient_servlet - org.apache.commons commons-collections4 - ch.qos.logback logback-classic - org.onap.policy.common utils-test ${project.version} test - junit junit test - org.mockito mockito-core test - org.springframework spring-test test - org.assertj assertj-core test - org.glassfish.jersey.inject jersey-hk2 - com.openpojo openpojo - org.projectlombok lombok provided - - + org.apache.kafka kafka-clients provided -- cgit 1.2.3-korg