diff options
Diffstat (limited to 'infra/northbound/restconf/pom.xml')
-rw-r--r-- | infra/northbound/restconf/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 3f3d9e6c5..f5753d00c 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -55,6 +55,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>io.fd.honeycomb</groupId> + <artifactId>minimal-distribution-core</artifactId> + <version>${project.version}</version> + </dependency> + <!-- Northbound common --> <dependency> <groupId>io.fd.honeycomb.northbound</groupId> |