a14ba6f0daef87c7c658eabb38e83e1d94e77816
[bgpcep.git] / features / bgp / odl-bgpcep-bgp-parser-api / 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-parser-api</artifactId>
14     <packaging>feature</packaging>
15
16     <name>OpenDaylight :: BGP :: Parser :: API</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>${project.groupId}</groupId>
21             <artifactId>bgp-parser-api</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>${project.groupId}</groupId>
25             <artifactId>bgp-parser-spi</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>org.opendaylight.controller</groupId>
35             <artifactId>odl-config-core</artifactId>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39     </dependencies>
40 </project>