diff options
author | 2016-11-09 08:55:04 +0100 | |
---|---|---|
committer | 2016-11-09 08:55:04 +0100 | |
commit | ddb7683677ef0bcc291f686dbed9c95d50c4046b (patch) | |
tree | 3315c21c9e4cba0bb6c25c7c5ec0048bb51458e5 /lisp/api/pom.xml | |
parent | 64d4c13102024ab8f1e0215c6a6a4894c3306c56 (diff) |
HONEYCOMB-254 - Adjacencies dump support
Added mapping context between adjacency id(HC side)
and combination of remote and local eids(vpp side)
Change-Id: Icbba9130a82b7af51b23e6d6d68fcfbf49e66c99
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'lisp/api/pom.xml')
-rwxr-xr-x | lisp/api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index 5b925137f..b16aaea59 100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -31,6 +31,7 @@ <properties> <project.translate.groupId>io.fd.honeycomb</project.translate.groupId> + <naming.context.version>1.16.12-SNAPSHOT</naming.context.version> </properties> <dependencies> @@ -46,5 +47,10 @@ <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>yang-ext</artifactId> </dependency> + <dependency> + <groupId>io.fd.honeycomb.vpp</groupId> + <artifactId>naming-context-api</artifactId> + <version>${naming.context.version}</version> + </dependency> </dependencies> </project>
\ No newline at end of file |