Update versions for London
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / selfservice-api / pom.xml
index 706dd45..bedc270 100755 (executable)
     <parent>
         <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
         <artifactId>modules-inbounds</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
     <artifactId>selfservice-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>MS Blueprints Processor Modules - Inbound - Self Service API</name>
+    <name>MS Blueprints Processor Modules - Inbounds - Self Service API</name>
 
     <dependencies>
         <dependency>
             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
             <artifactId>message-lib</artifactId>
         </dependency>
+        <!-- Persist workflow action -->
+        <dependency>
+           <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
+           <artifactId>blueprint-audit-status</artifactId>
+           <version>${project.version}</version>
+        </dependency>
 
         <!-- For spring-kafka -->
         <dependency>