diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-06-30 08:26:04 +0200 |
---|---|---|
committer | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-06-30 08:26:22 +0200 |
commit | fa0febc0614b1f9afb4be3c5dd3446f4a554a232 (patch) | |
tree | d048ac676d1ea48a9cb00afbc84ed668772d0e4a /sdnr/wt/data-provider/model/pom.xml | |
parent | 6360ba16069370151019865c504e1bec1d896e8c (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.xml | 5 |
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> |