summaryrefslogtreecommitdiffstats
path: root/vpp-common/vpp-translate-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-common/vpp-translate-utils/pom.xml')
-rw-r--r--vpp-common/vpp-translate-utils/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml
index c5e1fb45a..04534c73f 100644
--- a/vpp-common/vpp-translate-utils/pom.xml
+++ b/vpp-common/vpp-translate-utils/pom.xml
@@ -62,8 +62,10 @@
<artifactId>ietf-inet-types-2013-07-15</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>commons-codec</groupId>