diff options
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 |