X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=0af7539c132c13b2328a8957e6e68915117af32c;hb=bc10a4795da572e2b758c757ce7dec221249da21;hp=d19f2b99badb7833ec23f6c44a7293d4d29e1e3d;hpb=47f977556de3613e1f67d4551ccaa576e3228e93;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index d19f2b99..0af7539c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2020 AT&T. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.1.1-SNAPSHOT + 3.1.3-SNAPSHOT integration pom @@ -47,6 +48,7 @@ 2.3.1 1.1.4 20190722 + 4.1.48.Final ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -96,6 +98,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -170,6 +178,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.3 + + org.mariadb.jdbc @@ -333,7 +348,7 @@ org.yaml snakeyaml - 1.25 + 1.26 @@ -490,6 +505,31 @@ 3.2.4 test + + + + org.awaitility + awaitility + 4.0.2 + test + + + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} +