diff options
author | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-04-30 09:08:56 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-04-30 20:20:42 +0000 |
commit | 9b1aae1f7e2c5d5159c89e4afc90bc3a906ac493 (patch) | |
tree | 05ae2bf477da66fd96aa1b6fe3b26bd2bd7bcc50 /pom.xml | |
parent | e24762ea7bd63bd4d88bb7448c66cb0dfe4219b6 (diff) |
Include SDNR OOF/PCI POC in ccsdk/features repo POM's
To support SDNR OOF PCI POC, Karaf features were developed
that need to be compiled and built as part of ccsdk/features
repo
Change-Id: I719e57e50aa02618744f5e652606f31040a2899d
Issue-ID: CCSDK-1297
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ <modules> <module>features</module> -<!-- <module>sdnr/wt</module> --> +<!-- <module>sdnr/wt</module> --> + <module>sdnr/northbound</module> <module>blueprints-processor</module> <module>aafshiro</module> </modules> |