summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-cass/pom.xml')
-rw-r--r--auth/auth-cass/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 1835812c..429a1220 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -23,7 +23,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.aaf.auth</groupId>
+ <groupId>org.onap.aaf.authz.auth</groupId>
<artifactId>parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -72,8 +72,10 @@
<properties>
<skipTests>true</skipTests>
+
+
<!-- SONAR -->
- <jacoco.version>0.7.7.201606060606</jacoco.version>
+ <jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<!-- Default Sonar configuration -->
@@ -90,12 +92,12 @@
<dependencies>
<dependency>
- <groupId>org.onap.aaf.auth</groupId>
+ <groupId>org.onap.aaf.authz.auth</groupId>
<artifactId>aaf-auth-core</artifactId>
</dependency>
<dependency>
- <groupId>org.onap.aaf.cadi</groupId>
+ <groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
</dependency>