diff options
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 8c838f49..beb0cf63 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -33,6 +33,13 @@ <dependencies> <!-- OpenDaylight dependencies --> <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-artifacts</artifactId> + <version>0.11.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-artifacts</artifactId> <version>1.9.1</version> |