diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-08-18 15:30:11 +0200 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-08-18 16:05:02 +0200 |
commit | 6e164bc0f1f6688714033e95731942a89f5f1868 (patch) | |
tree | 45e1192ca4edd763bab0587da8652a3cba4af2e9 /sdnr/wt/mountpoint-state-provider/provider/pom.xml | |
parent | e0ba85f7ef526aaa270f8a6cd5baad8e32eb920e (diff) |
Develop a VES Provider
Common VES provider will be used by devicemanager bundles and other bundles for sending VES messages
Issue-ID: SDNC-1188
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Ied23b82a528aac23d7bebab272a2f414e67d0866
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/mountpoint-state-provider/provider/pom.xml')
-rw-r--r-- | sdnr/wt/mountpoint-state-provider/provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdnr/wt/mountpoint-state-provider/provider/pom.xml b/sdnr/wt/mountpoint-state-provider/provider/pom.xml index 294a33ae2..f1d221e29 100644 --- a/sdnr/wt/mountpoint-state-provider/provider/pom.xml +++ b/sdnr/wt/mountpoint-state-provider/provider/pom.xml @@ -69,6 +69,12 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> + <artifactId>sdnr-wt-devicemanager-model</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId> <version>${project.version}</version> </dependency> |