X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=8c56bd62844b67a6429600e23d33c26cb418baa8;hb=refs%2Fchanges%2F12%2F109312%2F3;hp=d00a0d4e4eb7361794c7b68725465fd8843bede8;hpb=3e808e54db8dd62f300450989f9dcf086a62c781;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index d00a0d4e..8c56bd62 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.2-SNAPSHOT + 3.2.0-SNAPSHOT integration pom @@ -36,7 +37,7 @@ 11 1.2.3 - 1.1.9 + 1.1.11 2.0.4 2.7.5 2.10.0.pr3 @@ -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 @@ -499,6 +514,36 @@ test + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} + + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 +