diff options
Diffstat (limited to 'northbound/lcm/model/pom.xml')
-rwxr-xr-x | northbound/lcm/model/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index 30e65ce59..06ec75d1f 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -20,7 +20,11 @@ <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> |