Controller Blueprints Microservice 37/65937/1
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Tue, 11 Sep 2018 20:17:06 +0000 (20:17 +0000)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Tue, 11 Sep 2018 20:17:06 +0000 (20:17 +0000)
Add Controllerbluprint microservice to ccsdk/apps maven build.

Change-Id: Ie7a28695df21c2aa63b1005f7df43157c98ce8a4
Issue-ID: CCSDK-547
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
ms/controllerblueprints/modules/service/pom.xml
ms/pom.xml

index 524e0eb..e95c1f7 100644 (file)
@@ -60,8 +60,8 @@
             <scope>runtime</scope>\r
         </dependency>\r
         <dependency>\r
-        <groupId>org.mariadb.jdbc</groupId>\r
-        <artifactId>mariadb-java-client</artifactId>\r
+            <groupId>org.mariadb.jdbc</groupId>\r
+            <artifactId>mariadb-java-client</artifactId>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.powermock</groupId>\r
index 60b2f11..b746f24 100644 (file)
@@ -38,8 +38,9 @@
     <description>Micro-services</description>
 
     <modules>
+               <module>controllerblueprints</module>
         <module>neng</module>
-       <module>vlantag-api</module>
+               <module>vlantag-api</module>
     </modules>
 </project>