aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-03 12:48:53 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-03 14:22:06 -0400
commitb00006fd6505588ec3210d826020fc87939ee076 (patch)
treede4cf0cc650598cd9e0c62d3c7917073a12be71c
parentfb6bde9b77223424ecd6377c83d9de2e487a55d9 (diff)
Adding io.netty to policy/parent
Issue-ID: POLICY-2467 Change-Id: I8d1fbfc4e97439153b09db7cee6c9420ba8c4f81 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--integration/pom.xml18
1 files changed, 18 insertions, 0 deletions
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 @@
<version.javax.bind>2.3.1</version.javax.bind>
<version.javax.json>1.1.4</version.javax.json>
<version.json>20190722</version.json>
+ <version.netty>4.1.48.Final</version.netty>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>
@@ -499,6 +501,22 @@
<scope>test</scope>
</dependency>
+ <!-- Netty -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>${version.netty}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http2</artifactId>
+ <version>${version.netty}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler-proxy</artifactId>
+ <version>${version.netty}</version>
+ </dependency>
</dependencies>
</dependencyManagement>