diff options
Diffstat (limited to 'auth/auth-cass')
-rw-r--r-- | auth/auth-cass/pom.xml | 10 | ||||
-rw-r--r-- | auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore | 5 |
2 files changed, 6 insertions, 9 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> diff --git a/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore b/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore deleted file mode 100644 index 1871693c..00000000 --- a/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/JU_OAuthAppDAO.java -/.settings/ -/.project -/target/ -/.classpath |