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 <[email protected]>
</dependency>
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Honeycomb infrastructure-->
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${honeycomb.infra.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<dependencies>
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${honeycomb.min.distro.version}</version>
</dependency>
<dependency>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
<v3po.version>1.17.07-SNAPSHOT</v3po.version>
<lisp.version>1.17.07-SNAPSHOT</lisp.version>
+ <hc.infra.version>1.17.07-SNAPSHOT</hc.infra.version>
<vpp.common.integration.version>1.17.07-SNAPSHOT</vpp.common.integration.version>
<vppnsh.version>1.17.07-SNAPSHOT</vppnsh.version>
<nat.version>1.17.07-SNAPSHOT</nat.version>
</build>
<dependencies>
+ <dependency>
+ <groupId>io.fd.honeycomb</groupId>
+ <artifactId>minimal-distribution</artifactId>
+ <version>${hc.infra.version}</version>
+ </dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-common-integration</artifactId>