From: liamfallon Date: Thu, 31 Oct 2019 17:10:30 +0000 (+0000) Subject: Add Jersey version to policy parent X-Git-Tag: 3.1.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=d50e82650336657d5d0dff74f404329014679d04 Add Jersey version to policy parent Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: I872e5b04823c9df573694c986cf5a0abfdac806f Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index c55b7d83..611ece5b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2019 AT&T. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,7 +20,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent @@ -41,6 +43,7 @@ 2.7.0 2.10.0.pr3 7.28.0.Final + 2.29.1 @@ -84,6 +87,85 @@ ${version.jackson} + + + org.glassfish.jersey.core + jersey-server + ${version.jersey} + + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${version.jersey} + + + + org.glassfish.jersey.containers + jersey-container-jetty-http + ${version.jersey} + + + org.eclipse.jetty + jetty-util + + + + + + org.glassfish.jersey.core + jersey-client + ${version.jersey} + + + + org.glassfish.jersey.core + jersey-common + ${version.jersey} + + + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + ${version.jersey} + + + + org.glassfish.jersey.media + jersey-media-moxy + ${version.jersey} + + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${version.jersey} + + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + ${version.jersey} + + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + ${version.jersey} + + + + org.glassfish.jersey.media + jersey-media-multipart + ${version.jersey} + + org.mariadb.jdbc @@ -95,7 +177,13 @@ io.swagger swagger-jersey2-jaxrs - 1.5.19 + 1.5.24 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + +