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 f41e623fe..f8538f514 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -79,6 +79,11 @@ <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-rib-impl</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-openconfig-rp-impl</artifactId> + <version>${odl.bgpcep.version}</version> + </dependency> <!-- test dependencies --> <dependency> |