diff options
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> |