diff options
Diffstat (limited to 'core/sli/model/pom.xml')
-rwxr-xr-x | core/sli/model/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/sli/model/pom.xml b/core/sli/model/pom.xml index 8a2111e17..a21c1d6e2 100755 --- a/core/sli/model/pom.xml +++ b/core/sli/model/pom.xml @@ -19,8 +19,13 @@ <dependencies> <dependency> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> - <artifactId>rfc6991</artifactId> + <artifactId>rfc6991-ietf-inet-types</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> + <artifactId>rfc6991-ietf-yang-types</artifactId> + <scope>provided</scope> </dependency> - </dependencies> </project> |