diff options
author | janani b <janani.b@huawei.com> | 2019-03-22 14:37:52 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-03-25 16:55:17 +0000 |
commit | c7bc0f707ba03ebf6b96505e60284432e59617a1 (patch) | |
tree | fed7ff67569547ec38007396d9f12cf13d7ecc40 /odlsli/odlsli-ubuntu | |
parent | 43a582e191786fac59b16e5651e387a0558e484f (diff) |
Restconf-nb-rfc4080 to be in boot up feature
Adding ODL dependency required for RestconfClient in the boot features
Issue-ID: CCSDK-1045
Change-Id: I7f850cf9b6ef3ac489fc8daaaee17af47f2263ba
Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'odlsli/odlsli-ubuntu')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index 3dd9ed90..56cf1086 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -32,7 +32,7 @@ <docker.push.phase>deploy</docker.push.phase> <docker.verbose>true</docker.verbose> <ansible.gpg.key>93C4A3FD7BB9C367</ansible.gpg.key> - <odl.features.extra>odl-restconf-all,odl-mdsal-all,odl-mdsal-apidocs,odl-daexim-all</odl.features.extra> + <odl.features.extra>odl-restconf-all,odl-mdsal-all,odl-mdsal-apidocs, odl-daexim-all,odl-restconf-nb-rfc8040</odl.features.extra> <ccsdk.odl.features>ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all</ccsdk.odl.features> <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra> </properties> |