summaryrefslogtreecommitdiffstats
path: root/ioam/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ioam/api/pom.xml')
-rw-r--r--ioam/api/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml
index 8d7d8eacc..8d04dc2bd 100644
--- a/ioam/api/pom.xml
+++ b/ioam/api/pom.xml
@@ -31,8 +31,10 @@
<dependencies>
<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>