Add OpenDaylight BGP dependencies 74/105774/2
authorDan Timoney <dtimoney@att.com>
Fri, 10 Apr 2020 17:50:09 +0000 (13:50 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 10 Apr 2020 17:52:36 +0000 (13:52 -0400)
Add OpenDaylight BGP artifacts BOM to CCSDK's own dependencies BOM used
for OpenDaylight-dependent projects.

Change-Id: I0a7a60731f9ba0a169dc50a60f77bf260ae84174
Issue-ID: CCSDK-2307
Signed-off-by: Dan Timoney <dtimoney@att.com>
dependencies-odl-bom/pom.xml

index 88a103d..9e8edea 100644 (file)
     <dependencyManagement>
         <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>