summaryrefslogtreecommitdiffstats
path: root/interface-role/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'interface-role/api/pom.xml')
-rw-r--r--interface-role/api/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/interface-role/api/pom.xml b/interface-role/api/pom.xml
index 93d44410b..aaac630b8 100644
--- a/interface-role/api/pom.xml
+++ b/interface-role/api/pom.xml
@@ -21,8 +21,10 @@
<artifactId>yang-ext</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>
</dependencies>
</project> \ No newline at end of file