diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 14:48:58 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-13 14:48:58 -0500 |
commit | 893680f892ab0dc6871c35cdf21af1da2d38edf2 (patch) | |
tree | ba752c48daad086ddf649315579df36ad5916b15 /features/pom.xml | |
parent | 3b423f520594457ab8bf98d576ea1f8987ba3aab (diff) |
Refactor features to separate installer
Refactor karaf feature.xml files to separate installer
Change-Id: I32eace0e537ff302bf52c664f8c90dfbbe01a545
Issue-ID: CCSDK-1754
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features/pom.xml')
-rwxr-xr-x | features/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/pom.xml b/features/pom.xml index 560f3a0f..4f3c2ae1 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,6 +17,10 @@ <name>ccsdk-sli-northbound :: features</name> <modules> + <module>ccsdk-asdcApi</module> + <module>ccsdk-daexim-offsite-backup</module> + <module>ccsdk-dataChange</module> + <module>ccsdk-lcm</module> <module>ccsdk-sli-northbound-all</module> <module>features-sli-northbound</module> <module>installer</module> |