summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 5e7d0a0b7b..75e7e4535a 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -11,8 +11,11 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
- <dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+ <dependencies>
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>security-utils</artifactId>
@@ -181,8 +184,7 @@
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>${mockito.version}</version>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>