diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-05-09 15:07:47 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-05-24 10:34:21 +0000 |
commit | 83206cb1b6b0a6a3bbe45d646ed69a5f2b587fed (patch) | |
tree | b3cb34ceb1d9bcd8ca8fa06b370ac949ec223067 /l3/api | |
parent | 09d3502f0d8e719b42b4a3808a270ab90d9339bf (diff) |
HC2VPP-411: Bump ietf-interfaces, ietf-ip, iana-if-types models
Change-Id: Ic042d96c9671729fd4f11efcd59c618a657d5bef
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'l3/api')
-rw-r--r-- | l3/api/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml index 9f7569ac4..abcd10b93 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -37,8 +37,10 @@ <artifactId>ietf-yang-types-20130715</artifactId> </dependency> <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>ietf-interfaces</artifactId> + <!-- ietf-interfaces model --> + <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> + <artifactId>rfc8343</artifactId> + <version>${odl.binding.model.version}</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> |