diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 458177bb..777480ea 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -512,6 +512,15 @@ </exclusion> </exclusions> </dependency> + + <!-- Note: Ensure DataStax uses more up-to-date netty handler --> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-handler</artifactId> + <version>4.1.22.Final</version> + </dependency> + + <dependency> <groupId>org.slf4j</groupId> |