diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-07 14:32:16 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-11-07 14:32:18 +0100 |
commit | cccd174ab736465bc36faacfeaa30297acb724a7 (patch) | |
tree | 96e62237b39c654c27b751b8eb213e1b535ec35c /infra/northbound/restconf | |
parent | b3f2a7148ad4718a5fcdff12b65ba6c1a7514655 (diff) |
Make restconf depend on miminal-distribution-core
Follows infra/notrthbound/netconf dependency direction.
Change-Id: Ie29115e2b0b969d33270493c6d6cc4e9bda5e009
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound/restconf')
-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> |