Cluster co-ordination with Hazelcast.
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / commons / pom.xml
index 068a6f0..bc1616d 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.6.0-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons</artifactId>
     <packaging>pom</packaging>
+
     <name>Blueprints Processor Commons POM</name>
     <description>Blueprints Processor Commons</description>
 
         <module>grpc-lib</module>
         <module>message-lib</module>
         <module>ssh-lib</module>
+        <module>nats-lib</module>
     </modules>
+
     <dependencies>
         <dependency>
-            <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
-            <artifactId>resource-dict</artifactId>
+           <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
+           <artifactId>resource-dict</artifactId>
         </dependency>
         <!-- Test Dependencies -->
         <dependency>
@@ -76,5 +80,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
 </project>