summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/model/pom.xml
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-06-30 08:26:04 +0200
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-06-30 08:26:22 +0200
commitfa0febc0614b1f9afb4be3c5dd3446f4a554a232 (patch)
treed048ac676d1ea48a9cb00afbc84ed668772d0e4a /sdnr/wt/data-provider/model/pom.xml
parent6360ba16069370151019865c504e1bec1d896e8c (diff)
fix sdnr features startup
source out multiple used yang file due resolving conflict Issue-ID: CCSDK-3359 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I59d863e43a7e29e98d104d20371226ef59837e61 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/data-provider/model/pom.xml')
-rw-r--r--sdnr/wt/data-provider/model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdnr/wt/data-provider/model/pom.xml b/sdnr/wt/data-provider/model/pom.xml
index 51654d66e..15eeccef7 100644
--- a/sdnr/wt/data-provider/model/pom.xml
+++ b/sdnr/wt/data-provider/model/pom.xml
@@ -52,6 +52,11 @@
<dependencies>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>openroadm-pm-types</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>sal-netconf-connector</artifactId>
<scope>provided</scope>