diff options
author | vv770d <vv770d@att.com> | 2021-11-17 17:45:14 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-11-17 19:00:39 +0000 |
commit | de99d6c9f662cbfde617d4ba90aba58050a16970 (patch) | |
tree | d16659fd72a967d980bd4361ee1c0a521e3964c1 | |
parent | c441166003e84b137124c7655f8572048b31f7e9 (diff) |
Disable CM module from builds2.3.0
Change-Id: Idf38482e379cd13d5c40e01127c259d2e754a363
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2919
Issue-ID: DCAEGEN2-2968
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ ============LICENSE_START======================================================= org.onap.dcae ================================================================================ -Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2017-2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ limitations under the License. <packaging>pom</packaging> <modules> - <module>cm-container</module> + <!-- <module>cm-container</module> --> <module>healthcheck-container</module> <module>tls-init-container</module> <module>consul-loader-container</module> |