Release Carbon
[bgpcep.git] / features / bmp / odl-bgpcep-bmp / 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.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>1.8.1-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>odl-bgpcep-bmp</artifactId>
15     <version>0.7.1-Carbon</version>
16     <packaging>feature</packaging>
17
18     <name>OpenDaylight :: BMP</name>
19
20     <properties>
21         <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
22         <config.version>0.6.1-Carbon</config.version>
23     </properties>
24
25     <dependencyManagement>
26         <dependencies>
27             <!-- ODL-BGP-ARTIFACTS -->
28             <dependency>
29                 <groupId>org.opendaylight.bgpcep</groupId>
30                 <artifactId>bgpcep-artifacts</artifactId>
31                 <version>${project.version}</version>
32                 <type>pom</type>
33                 <scope>import</scope>
34             </dependency>
35             <!-- ODL-CONTROLLER-ARTIFACTS -->
36             <dependency>
37                 <groupId>org.opendaylight.controller</groupId>
38                 <artifactId>config-artifacts</artifactId>
39                 <version>${config.version}</version>
40                 <scope>import</scope>
41                 <type>pom</type>
42             </dependency>
43             <dependency>
44                 <groupId>org.opendaylight.controller</groupId>
45                 <artifactId>mdsal-artifacts</artifactId>
46                 <version>${controller.mdsal.version}</version>
47                 <scope>import</scope>
48                 <type>pom</type>
49             </dependency>
50         </dependencies>
51     </dependencyManagement>
52
53     <dependencies>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>bgp-bmp-api</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>bgp-bmp-spi</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>bgp-bmp-parser-impl</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>bgp-bmp-impl</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>${project.groupId}</groupId>
72             <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>odl-bgpcep-bgp-parser</artifactId>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>odl-bgpcep-bgp-rib-api</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>odl-bgpcep-bgp-rib-impl</artifactId>
91             <type>xml</type>
92             <classifier>features</classifier>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>odl-bgpcep-bgp-linkstate</artifactId>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>odl-bgpcep-bgp-flowspec</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>${project.groupId}</groupId>
108             <artifactId>odl-bgpcep-bgp-labeled-unicast</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         <dependency>
113             <groupId>${project.groupId}</groupId>
114             <artifactId>odl-bgpcep-bgp-l3vpn</artifactId>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         <dependency>
119             <groupId>${project.groupId}</groupId>
120             <artifactId>odl-bgpcep-bgp-evpn</artifactId>
121             <type>xml</type>
122             <classifier>features</classifier>
123         </dependency>
124         <dependency>
125             <groupId>${project.groupId}</groupId>
126             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
127             <type>xml</type>
128             <classifier>features</classifier>
129         </dependency>
130         <dependency>
131             <groupId>org.opendaylight.controller</groupId>
132             <artifactId>odl-mdsal-broker</artifactId>
133             <type>xml</type>
134             <classifier>features</classifier>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.controller</groupId>
138             <artifactId>odl-config-netty</artifactId>
139             <type>xml</type>
140             <classifier>features</classifier>
141         </dependency>
142         <dependency>
143             <groupId>org.opendaylight.controller</groupId>
144             <artifactId>odl-config-netty-config-api</artifactId>
145             <type>xml</type>
146             <classifier>features</classifier>
147         </dependency>
148         <dependency>
149             <groupId>${project.groupId}</groupId>
150             <artifactId>bgp-controller-config</artifactId>
151             <type>xml</type>
152             <classifier>config</classifier>
153         </dependency>
154         <dependency>
155             <groupId>${project.groupId}</groupId>
156             <artifactId>bgp-controller-config</artifactId>
157             <type>xml</type>
158             <classifier>bmp-config</classifier>
159         </dependency>
160         <dependency>
161             <groupId>${project.groupId}</groupId>
162             <artifactId>bgp-controller-config</artifactId>
163             <type>xml</type>
164             <classifier>bmp-config-example</classifier>
165         </dependency>
166     </dependencies>
167
168     <!--
169         Maven Site Configuration
170
171         The following configuration is necessary for maven-site-plugin to
172         correctly identify the correct deployment path for OpenDaylight Maven
173         sites.
174     -->
175     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
176
177     <distributionManagement>
178         <site>
179             <id>opendaylight-site</id>
180             <url>${nexus.site.url}/${project.artifactId}/</url>
181         </site>
182     </distributionManagement>
183 </project>