summaryrefslogtreecommitdiffstats
path: root/acl
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-01 00:39:26 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-01 01:17:25 +0200
commit9cfc1be756602e554860be23fd34835bfc897cc1 (patch)
treec24c4da976506481af80fafd681ad4c4111853c5 /acl
parent31f619b9e733bd3c88d77af1c0fc38258b8623de (diff)
Change minimal-distribution to minimal-distribution-core
The minimal-distribution-core was introduced by HONEYCOMB-373. Adoption is needed to remove indirect dependencies on various HC infra yang models to decrease footprint (HONEYCOMB-358 loads yang models based on maven dependencies). Change-Id: Iba639efb893deb8d51de09009750542f78dfdd50 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'acl')
-rw-r--r--acl/acl-impl/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml
index 758dceb9a..facc9707f 100644
--- a/acl/acl-impl/pom.xml
+++ b/acl/acl-impl/pom.xml
@@ -68,7 +68,7 @@
</dependency>
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${project.version}</version>
</dependency>