aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-03 13:35:33 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-03 13:35:47 -0400
commite55503959d257661bc3bac4f5e4dfc0726c9f6ae (patch)
treea80ac4f1cdcb586de01987c5ff4efffa2555958d /models-interactions
parent5f789441acfc2964c16052f1c65206018b1e8b41 (diff)
Refer io.netty from policy/parent
Issue-ID: POLICY-2467 Change-Id: If06f5fbf26269f7a34104bb2194258494a6488bf Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'models-interactions')
-rw-r--r--models-interactions/model-impl/cds/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml
index 5edab6f80..204563a85 100644
--- a/models-interactions/model-impl/cds/pom.xml
+++ b/models-interactions/model-impl/cds/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- Copyright (C) 2019 Bell Canada.
+ Copyright (C) 2019-2020 Bell Canada.
Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -35,7 +35,6 @@
<properties>
<grpc.version>1.17.1</grpc.version>
<protobuf.version>3.6.1</protobuf.version>
- <grpc.netty.version>4.1.48.Final</grpc.netty.version>
</properties>
<dependencies>
@@ -58,12 +57,10 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
- <version>${grpc.netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
- <version>${grpc.netty.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>