diff options
Diffstat (limited to 'infra/minimal-distribution')
-rw-r--r-- | infra/minimal-distribution/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 66f15f770..37c010f5c 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -40,7 +40,11 @@ io.fd.honeycomb.infra.distro.netconf.NetconfModule, io.fd.honeycomb.infra.distro.netconf.NetconfReadersModule, io.fd.honeycomb.infra.distro.restconf.RestconfModule, - io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule + io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule, + // io.fd.honeycomb.infra.bgp.BgpModule, + // io.fd.honeycomb.infra.bgp.BgpExtensionsModule, + // io.fd.honeycomb.infra.bgp.BgpReadersModule, + // io.fd.honeycomb.infra.bgp.BgpWritersModule </distribution.modules> </properties> @@ -69,5 +73,10 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> + <dependency> + <groupId>io.fd.honeycomb.northbound</groupId> + <artifactId>bgp</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project> |