ae87c9f14a19eb5d88010244f537c0152a76c6c3
[bgpcep.git] / features / odl-bgpcep-routing-policy-config-loader / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xmlns="http://maven.apache.org/POM/4.0.0"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.bgpcep</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>0.21.4-SNAPSHOT</version>
18         <relativePath>../../single-feature-parent</relativePath>
19     </parent>
20
21     <artifactId>odl-bgpcep-routing-policy-config-loader</artifactId>
22     <packaging>feature</packaging>
23     <name>OpenDaylight :: BGPCEP :: BGP Routing Policy Config Loader</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>routing-policy-config-loader</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
33             <classifier>features</classifier>
34             <type>xml</type>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
39             <classifier>features</classifier>
40             <type>xml</type>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>odl-bgpcep-config-loader-impl</artifactId>
45             <classifier>features</classifier>
46             <type>xml</type>
47         </dependency>
48     </dependencies>
49 </project>