Set PMSI tunnel attribute transitive.
[bgpcep.git] / features / bmp / odl-bgpcep-bmp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  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 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.bgpcep</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>0.10.4-SNAPSHOT</version>
17         <relativePath>../../../single-feature-parent</relativePath>
18     </parent>
19
20     <artifactId>odl-bgpcep-bmp</artifactId>
21     <packaging>feature</packaging>
22     <name>OpenDaylight :: BMP</name>
23
24     <dependencies>
25         <dependency>
26             <groupId>${project.groupId}</groupId>
27             <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>odl-bgpcep-bgp-parser</artifactId>
34             <type>xml</type>
35             <classifier>features</classifier>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>odl-bgpcep-bmp-api</artifactId>
40             <type>xml</type>
41             <classifier>features</classifier>
42         </dependency>
43         <dependency>
44             <groupId>${project.groupId}</groupId>
45             <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
46             <type>xml</type>
47             <classifier>features</classifier>
48         </dependency>
49         <dependency>
50             <groupId>${project.groupId}</groupId>
51             <artifactId>odl-bgpcep-bgp-linkstate</artifactId>
52             <type>xml</type>
53             <classifier>features</classifier>
54         </dependency>
55         <dependency>
56             <groupId>${project.groupId}</groupId>
57             <artifactId>odl-bgpcep-bgp-flowspec</artifactId>
58             <type>xml</type>
59             <classifier>features</classifier>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>odl-bgpcep-bgp-labeled-unicast</artifactId>
64             <type>xml</type>
65             <classifier>features</classifier>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>odl-bgpcep-bgp-l3vpn</artifactId>
70             <type>xml</type>
71             <classifier>features</classifier>
72         </dependency>
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>odl-bgpcep-bgp-mvpn</artifactId>
76             <type>xml</type>
77             <classifier>features</classifier>
78         </dependency>
79         <dependency>
80             <groupId>${project.groupId}</groupId>
81             <artifactId>odl-bgpcep-bgp-evpn</artifactId>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>${project.groupId}</groupId>
87             <artifactId>odl-bgpcep-bgp-route-target</artifactId>
88             <type>xml</type>
89             <classifier>features</classifier>
90         </dependency>
91         <dependency>
92             <groupId>${project.groupId}</groupId>
93             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
94             <type>xml</type>
95             <classifier>features</classifier>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.controller</groupId>
99             <artifactId>odl-mdsal-broker</artifactId>
100             <type>xml</type>
101             <classifier>features</classifier>
102         </dependency>
103         <dependency>
104             <groupId>${project.groupId}</groupId>
105             <artifactId>odl-bgpcep-bmp-config-loader</artifactId>
106             <type>xml</type>
107             <classifier>features</classifier>
108         </dependency>
109         <dependency>
110             <groupId>${project.groupId}</groupId>
111             <artifactId>odl-bgpcep-bmp-config-example</artifactId>
112             <type>xml</type>
113             <classifier>features</classifier>
114         </dependency>
115         <dependency>
116             <groupId>${project.groupId}</groupId>
117             <artifactId>bgp-bmp-parser-impl</artifactId>
118         </dependency>
119         <dependency>
120             <groupId>${project.groupId}</groupId>
121             <artifactId>bgp-bmp-impl</artifactId>
122         </dependency>
123     </dependencies>
124 </project>