diff options
Diffstat (limited to 'plugins/grToolkit/model/pom.xml')
-rwxr-xr-x | plugins/grToolkit/model/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 539fef7bc..017970015 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -19,8 +19,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> |