From b00006fd6505588ec3210d826020fc87939ee076 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Fri, 3 Apr 2020 12:48:53 -0400 Subject: [PATCH] Adding io.netty to policy/parent Issue-ID: POLICY-2467 Change-Id: I8d1fbfc4e97439153b09db7cee6c9420ba8c4f81 Signed-off-by: Ram Krishna Verma --- integration/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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} + -- 2.16.6