diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-03-09 17:43:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-09 17:43:56 +0000 |
commit | 636940708cd73f8b9571cf93804ee07987b69c53 (patch) | |
tree | f75372ef0aa766e62dd6e00e1efd07347830bfbe /feature-lifecycle/src | |
parent | 5db295d6498aa0b3b1deda8b24ace8a71a229b58 (diff) | |
parent | f4d465bc7391a39410836ceb1c1d25b20eaae74a (diff) |
Merge "remove init, mdc, and controller logging features"
Diffstat (limited to 'feature-lifecycle/src')
-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> |