summaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 8d9a7c092d..e3a677d79e 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -12,8 +12,11 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
- <dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+ <dependencies>
<!-- Common of SDC -->
<dependency>
<groupId>org.openecomp.sdc</groupId>
@@ -178,8 +181,7 @@
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>${mockito.version}</version>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>