diff options
Diffstat (limited to 'plugins/plugins-context')
-rw-r--r-- | plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml | 10 |
1 files changed, 2 insertions, 8 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 108bd6ea7..fd542e106 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 @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019,2023 Nordix Foundation. + Modifications Copyright (C) 2019, 2023, 2025 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,13 +36,6 @@ <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> <version>${version.curator}</version> - <exclusions> - <!-- The default Zookeeper version in Curator has vulnerabilities --> - <exclusion> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.curator</groupId> @@ -74,6 +67,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> + <version>${version.netty}</version> </dependency> </dependencies> </project> |