diff options
author | Kevin McKiou <km097d@att.com> | 2018-07-20 12:14:35 -0500 |
---|---|---|
committer | Kevin McKiou <km097d@att.com> | 2018-07-20 12:46:41 -0500 |
commit | 02bf7de575b246c63188988072aabb36ac3b697b (patch) | |
tree | 74549f44f4021315240b019d56ee76fb60cb6111 /pom.xml | |
parent | 39305c31cee623b44e56ca7b944aada2747d8f31 (diff) |
Remove site-manager from common-modules
Patch 1: The site-manager is specific to the AT&T environment and is
not functional in ONAP. This change removes the site-manager module
from the policy common-modules.
Patch 2: Removed the site-manager from the pom.xml file.
Issue-ID: POLICY-1001
Change-Id: Ibd8dd95915739205b0c5463c8b28706b615d9faf
Signed-off-by: Kevin McKiou <km097d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ <module>common-logging</module> <module>integrity-audit</module> <module>integrity-monitor</module> - <module>site-manager</module> </modules> <distributionManagement> |