From: Ram Krishna Verma Date: Fri, 3 Apr 2020 16:48:53 +0000 (-0400) Subject: Adding io.netty to policy/parent X-Git-Tag: 3.1.2~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=b00006fd6505588ec3210d826020fc87939ee076 Adding io.netty to policy/parent Issue-ID: POLICY-2467 Change-Id: I8d1fbfc4e97439153b09db7cee6c9420ba8c4f81 Signed-off-by: Ram Krishna Verma --- diff --git a/integration/pom.xml b/integration/pom.xml index d00a0d4e..978ecbba 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. @@ -47,6 +48,7 @@ 2.3.1 1.1.4 20190722 + 4.1.48.Final ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -499,6 +501,22 @@ test + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} +