diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-09-11 20:17:06 +0000 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-09-11 20:17:06 +0000 |
commit | 4aef40d95a9e52c9e9cba70582003c0943febdf6 (patch) | |
tree | 620866f8f4e0b924e7268baaaf5d4bbee66794f0 /ms/pom.xml | |
parent | 43a039f58457a29e843393ef49f86da119fa415e (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>
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |