Fix feature packaging 48/107648/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 31 Aug 2023 18:33:50 +0000 (20:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 31 Aug 2023 19:16:48 +0000 (21:16 +0200)
commit5ca67def3061ea56cd76d1d51562e71b0671136c
treec349733e5d21d58f2aac1f88af050ad735fef003
parent79b6ef3543e5a980008a810dccd3cbdf55851427
Fix feature packaging

We have a number of upstream references which are not expressed
properly:
- the dependencies should be pulled through artifacts
- the features should use version ranges

This patch corrects all features to behave.

Change-Id: Id4a86ee365be5d7f41eead918679a067f812ddcd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/src/main/feature/feature.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/src/main/feature/feature.xml [new file with mode: 0644]
southbound/southbound-features/odl-ovsdb-southbound-impl-rest/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-rest/src/main/feature/feature.xml [new file with mode: 0644]
southbound/southbound-features/odl-ovsdb-southbound-impl-ui/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-ui/src/main/feature/feature.xml [new file with mode: 0644]