Add single feature parent
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-dependencies / 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.9.0-SNAPSHOT</version>
10         <relativePath>../../../single-feature-parent</relativePath>
11     </parent>
12
13
14     <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
15     <packaging>feature</packaging>
16
17     <name>OpenDaylight :: BGP :: Dependencies</name>
18
19     <dependencies>
20         <dependency>
21             <groupId>${project.groupId}</groupId>
22             <artifactId>bgp-concepts</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>odl-bgpcep-extras-dependencies</artifactId>
27             <type>xml</type>
28             <classifier>features</classifier>
29         </dependency>
30         <dependency>
31             <groupId>org.opendaylight.yangtools</groupId>
32             <artifactId>odl-yangtools-data-api</artifactId>
33             <type>xml</type>
34             <classifier>features</classifier>
35         </dependency>
36     </dependencies>
37 </project>