summaryrefslogtreecommitdiffstats
path: root/l3/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'l3/api/pom.xml')
-rw-r--r--l3/api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml
index abcd10b93..59f905e9a 100644
--- a/l3/api/pom.xml
+++ b/l3/api/pom.xml
@@ -43,6 +43,12 @@
<version>${odl.binding.model.version}</version>
</dependency>
<dependency>
+ <!-- ietf-ip model -->
+ <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+ <artifactId>rfc8344</artifactId>
+ <version>${odl.binding.model.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>ietf-inet-types-2013-07-15</artifactId>
</dependency>