Update to Neon
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / pom.xml
index c8f6b9e..510f963 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
         <artifactId>modules</artifactId>
-        <version>0.4.2-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>inbounds</artifactId>
@@ -29,6 +29,8 @@
     <description>Blueprints Processor Inbounds</description>
 
     <modules>
+        <module>configs-api</module>
+        <module>designer-api</module>
         <module>resource-api</module>
         <module>selfservice-api</module>
     </modules>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Test Dependencies -->