MOdify POM files to fix sonar
[aaf/authz.git] / auth / pom.xml
index 458177b..777480e 100644 (file)
                                        </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>