summaryrefslogtreecommitdiffstats
path: root/dhcp
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-05-09 15:07:47 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-05-24 10:34:21 +0000
commit83206cb1b6b0a6a3bbe45d646ed69a5f2b587fed (patch)
treeb3cb34ceb1d9bcd8ca8fa06b370ac949ec223067 /dhcp
parent09d3502f0d8e719b42b4a3808a270ab90d9339bf (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 'dhcp')
-rw-r--r--dhcp/dhcp-api/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/dhcp/dhcp-api/pom.xml b/dhcp/dhcp-api/pom.xml
index d5109dd84..ae9a6c5b4 100644
--- a/dhcp/dhcp-api/pom.xml
+++ b/dhcp/dhcp-api/pom.xml
@@ -29,16 +29,19 @@
<dependencies>
<dependency>
- <groupId>org.opendaylight.mdsal.model</groupId>
- <artifactId>iana-if-type-2014-05-08</artifactId>
+ <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+ <artifactId>rfc7224-20180703-iana-if-type</artifactId>
+ <version>${odl.binding.model.version}</version>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<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>