Roll snapshot for Montreal
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / services / pom.xml
index 751ad94..e9e1b16 100755 (executable)
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.ccsdk.cds.blueprintsprocessor</groupId>
-        <artifactId>modules</artifactId>
-        <version>0.4.2-SNAPSHOT</version>
+        <artifactId>blueprintsprocessor-modules</artifactId>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>services</artifactId>
-    <name>Blueprints Processor Service POM</name>
-    <description>Blueprints Processor Service</description>
+    <artifactId>modules-services</artifactId>
     <packaging>pom</packaging>
 
+    <name>MS Blueprints Processor Modules - Services</name>
+
     <modules>
         <module>execution-service</module>
         <module>workflow-service</module>
             <artifactId>mockk</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>io.mockk</groupId>
+            <artifactId>mockk-jvm</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.powermock</groupId>
             <artifactId>powermock-api-mockito2</artifactId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.junit.vintage</groupId>
+            <artifactId>junit-vintage-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.jetbrains.kotlin</groupId>
             <artifactId>kotlin-test-junit</artifactId>