fix incorrect dependency
[sdc.git] / catalog-model / pom.xml
index 3752d79..e3a677d 100644 (file)
@@ -9,11 +9,14 @@
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <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>
 
                <dependency>
                        <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>${mockito.version}</version>
+                       <artifactId>mockito-core</artifactId>
                        <scope>test</scope>
                </dependency>