diff options
Diffstat (limited to 'northbound/asdcApi/model')
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 6 | ||||
-rwxr-xr-x | northbound/asdcApi/model/src/main/yang/ASDC-API.yang | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index e703a903a..6a119941f 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/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> diff --git a/northbound/asdcApi/model/src/main/yang/ASDC-API.yang b/northbound/asdcApi/model/src/main/yang/ASDC-API.yang index 12cfb9a56..30ae8b973 100755 --- a/northbound/asdcApi/model/src/main/yang/ASDC-API.yang +++ b/northbound/asdcApi/model/src/main/yang/ASDC-API.yang @@ -13,7 +13,6 @@ module ASDC-API { import ietf-inet-types { prefix inet; - revision-date "2013-07-15"; } organization |