diff options
author | 2017-07-06 08:36:27 +0200 | |
---|---|---|
committer | 2017-07-06 08:48:07 +0200 | |
commit | c14266b8d45ff9df6ee28f5fbf74a40e2c3fc8b9 (patch) | |
tree | c5589bed1f2564264703528a6cb3c12193679364 /acl/acl-impl/pom.xml | |
parent | 367cc7c7af7a4b760a0f2c4cf6b95eda34e7a542 (diff) |
HONEYCOMB-360 - Use binding-init module instead of whole distro core
Change-Id: I86eb100ca96169c7cf8df7ba9f2a1c7e3e75d77f
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'acl/acl-impl/pom.xml')
-rw-r--r-- | acl/acl-impl/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index facc9707f..18d1eb92f 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -68,7 +68,12 @@ </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> - <artifactId>minimal-distribution-core</artifactId> + <artifactId>translate-impl</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>io.fd.honeycomb</groupId> + <artifactId>binding-init</artifactId> <version>${project.version}</version> </dependency> |