diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 12:48:43 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-06-07 10:07:31 +0000 |
commit | 36f90b9d6f6912303222b9bf26ebb3d87b19aac4 (patch) | |
tree | c830cea0ca84e06f57437e0c92b45b4d1a72acdc /ioam/api | |
parent | 7d6c038cb30b933582d15fb6ab92fed60ce8092f (diff) |
HONEYCOMB-432: adapt hc2vpp to ODL Oxygen SR1 bump
Requires https://gerrit.fd.io/r/#/c/12239/
Change-Id: Ideb4c0503b31b33aefa35a7840ee0d73d2912509
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'ioam/api')
-rw-r--r-- | ioam/api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml index fc3938bd1..d3b4aa169 100644 --- a/ioam/api/pom.xml +++ b/ioam/api/pom.xml @@ -34,5 +34,9 @@ <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>ietf-interfaces</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>ietf-inet-types-2013-07-15</artifactId> + </dependency> </dependencies> </project> |