Fix restconf-nb websocket initialization failure on karaf 03/104403/5
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Wed, 15 Feb 2023 13:58:40 +0000 (15:58 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 26 Feb 2023 13:41:14 +0000 (13:41 +0000)
commitaf9b71c6837f46cfa324f59467750648ecfa34d3
treec9c754224a1d6d62b6065f0e2cf95018e0b57175
parentdad63b56b9c010bc01a1bec282e97a9ec4da3bc2
Fix restconf-nb websocket initialization failure on karaf

Websocket servlet is initialized using indirect dependency on
server bundle (string class name in code, dynamic-import in
manifest). This dependency require to be set explicitly. Then
required bundle will be installed with odl-restconf-nb feature
and missing artifacts will be available for restcong-nb
class loader.

JIRA: NETCONF-953
Change-Id: I82e9133af1aeb98518f97a14a3574b82573f92dc
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
restconf/restconf-nb/pom.xml