diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-03 14:26:15 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-03 14:26:22 -0400 |
commit | eee939f46dcb234babf9e7774b938f3437aec453 (patch) | |
tree | 32319b245363c378392a51ef5c6b82db7142c1a4 /plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator | |
parent | 640aaf64a0b28b53a7425c17b9065a46c29d3587 (diff) |
Refer io.netty from policy/parent
Issue-ID: POLICY-2467
Change-Id: Iea562574f466775f4dd443fc4ef9ecaa6ba610fd
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator')
-rw-r--r-- | plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml index b963a4b2b..34aa8c8a4 100644 --- a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml +++ b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. 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. @@ -63,8 +64,17 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>io.netty</groupId> + <artifactId>*</artifactId> + </exclusion> </exclusions> </dependency> + <!-- This netty version fixes the vulnerabilities --> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + </dependency> </dependencies> <profiles> |