diff options
Diffstat (limited to 'optical-service/model/pom.xml')
-rw-r--r-- | optical-service/model/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index 94045ad3..be65e79d 100644 --- a/optical-service/model/pom.xml +++ b/optical-service/model/pom.xml @@ -23,7 +23,11 @@ <dependencies> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc6991</artifactId> + <artifactId>rfc6991-ietf-inet-types</artifactId> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> + <artifactId>rfc6991-ietf-yang-types</artifactId> </dependency> </dependencies> </project> |