diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-04-05 11:04:55 +0200 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-04-06 07:16:24 +0200 |
commit | 6188c03a3fd1b73da7184c26fdb81f02c8aa8825 (patch) | |
tree | 6e5c8c71a0d57ac0f2ec60cf7a60acfab7e83bb4 /sdnr/wt/devicemanager-oran/provider/pom.xml | |
parent | 9fb395380431345b7da7a765651185815a9ac91d (diff) |
Callhome to VES PNF Registration
Callhome to VES PNF Registration
Issue-ID: CCSDK-3160
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Ic5503ff7bb5bb77af3d5b4ad3ba6b09ccd10d87e
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager-oran/provider/pom.xml')
-rw-r--r-- | sdnr/wt/devicemanager-oran/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager-oran/provider/pom.xml b/sdnr/wt/devicemanager-oran/provider/pom.xml index 3b8583dad..e6ae4bfc2 100644 --- a/sdnr/wt/devicemanager-oran/provider/pom.xml +++ b/sdnr/wt/devicemanager-oran/provider/pom.xml @@ -91,6 +91,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>callhome-model</artifactId> + <!-- <scope>provided</scope> --> + </dependency> + <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-singleton-common-api</artifactId> <scope>provided</scope> |