diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-03-08 19:24:14 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-03-08 19:27:13 -0600 |
commit | f4d465bc7391a39410836ceb1c1d25b20eaae74a (patch) | |
tree | 841eac2a0e539492d128e0927c11860188e19abf /feature-lifecycle/src/test | |
parent | bbf3e40705f12a7f73cecc7ddb9bc6b03315c3df (diff) |
remove init, mdc, and controller logging features
Issue-ID: POLICY-3922
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8267ea17c3340e47f85b54c641ddb14672776f70
Diffstat (limited to 'feature-lifecycle/src/test')
-rw-r--r-- | feature-lifecycle/src/test/resources/lifecycle.kmodule | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/feature-lifecycle/src/test/resources/lifecycle.kmodule b/feature-lifecycle/src/test/resources/lifecycle.kmodule index 56ca0923..9ea1670a 100644 --- a/feature-lifecycle/src/test/resources/lifecycle.kmodule +++ b/feature-lifecycle/src/test/resources/lifecycle.kmodule @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - feature-controller-logging + ONAP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2020, 2022 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. @@ -26,4 +26,4 @@ <kbase name="onap.policies.type1.type2" includes="onap.policies.controlloop.operational.common.Drools"> <ksession name="junits" /> </kbase> -</kmodule>
\ No newline at end of file +</kmodule> |