diff options
Diffstat (limited to 'infra/northbound/bgp/pom.xml')
-rw-r--r-- | infra/northbound/bgp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index 60860a50a..c55abc6f2 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -55,6 +55,11 @@ <groupId>net.jmob</groupId> <artifactId>guice.conf</artifactId> </dependency> + <dependency> + <groupId>io.fd.honeycomb</groupId> + <artifactId>binding-init</artifactId> + <version>${project.version}</version> + </dependency> <!-- BGP translation layer --> <dependency> |