summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-09-11 20:17:06 +0000
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-09-11 20:17:06 +0000
commit4aef40d95a9e52c9e9cba70582003c0943febdf6 (patch)
tree620866f8f4e0b924e7268baaaf5d4bbee66794f0
parent43a039f58457a29e843393ef49f86da119fa415e (diff)
Controller Blueprints Microservice
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>
-rw-r--r--ms/controllerblueprints/modules/service/pom.xml4
-rw-r--r--ms/pom.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml
index 524e0ebe..e95c1f73 100644
--- a/ms/controllerblueprints/modules/service/pom.xml
+++ b/ms/controllerblueprints/modules/service/pom.xml
@@ -60,8 +60,8 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
diff --git a/ms/pom.xml b/ms/pom.xml
index 60b2f114..b746f249 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -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>