diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-09-04 20:24:35 +0000 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-09-04 20:47:03 +0000 |
commit | 04709b1e651181fd3f1212e3641ca211738aece9 (patch) | |
tree | f46ce9e13a0bea85a13231415bb4b06554fe8579 /ms/controllerblueprints/modules/pom.xml | |
parent | a4caff3cbcb08322c2fc2e189bfceaf1472a6f03 (diff) |
Controller Blueprints Microservice
Refactor controller blueprint core and resource dictionary modules to components module.
Change-Id: If5ba5e35e9c95bc19bc78fb10bd62d6551ba7aca
Issue-ID: CCSDK-514
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/modules/pom.xml')
-rw-r--r-- | ms/controllerblueprints/modules/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ms/controllerblueprints/modules/pom.xml b/ms/controllerblueprints/modules/pom.xml index 5ab4e4477..887d02331 100644 --- a/ms/controllerblueprints/modules/pom.xml +++ b/ms/controllerblueprints/modules/pom.xml @@ -31,8 +31,6 @@ <packaging>pom</packaging>
<modules>
- <module>core</module>
- <module>resource-dict</module>
<module>service</module>
</modules>
|