6f732068d544ef42f3f813b66ef1e8ec26bacda1
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-rib-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.bgpcep</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>0.10.0-SNAPSHOT</version>
10         <relativePath>../../../single-feature-parent</relativePath>
11     </parent>
12
13     <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: RIB Impl</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>bgp-rib-impl</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>bgp-peer-acceptor</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
30             <type>xml</type>
31             <classifier>features</classifier>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
42             <type>xml</type>
43             <classifier>features</classifier>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>odl-bgpcep-bgp-inet</artifactId>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>odl-bgpcep-bgp-path-selection-mode</artifactId>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.controller</groupId>
59             <artifactId>odl-mdsal-broker</artifactId>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63     </dependencies>
64 </project>