MOdify POM files to fix sonar
[aaf/authz.git] / auth / pom.xml
index 26d30d7..777480e 100644 (file)
@@ -28,9 +28,7 @@
         <artifactId>parent</artifactId>
         <version>2.1.0-SNAPSHOT</version>
     </parent>
-       <groupId>org.onap.aaf.authz</groupId>
        <artifactId>authparent</artifactId>
-       <version>2.1.0-SNAPSHOT</version>
        <name>AAF Auth Parent</name>
        <packaging>pom</packaging>
 
@@ -55,7 +53,7 @@
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
-               <sitePath>/content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version}</sitePath>
+               <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
        </properties>
 
        <developers>
                        <dependency>
                                <groupId>com.datastax.cassandra</groupId>
                                <artifactId>cassandra-driver-core</artifactId>
-                               <version>3.3.0</version>
+                               <version>3.4.0</version>
                                <exclusions>
                                        <exclusion>
                                                <groupId>org.slf4j</groupId>
                                        </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>