Bump versions to 0.20.0-SNAPSHOT
[bgpcep.git] / bmp / bmp-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2015 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>bgpcep-parent</artifactId>
16         <version>0.20.0-SNAPSHOT</version>
17         <relativePath>../../parent</relativePath>
18     </parent>
19
20     <artifactId>bgp-bmp-impl</artifactId>
21     <packaging>bundle</packaging>
22     <name>${project.artifactId}</name>
23
24     <properties>
25         <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
26     </properties>
27
28     <dependencies>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>bgp-bmp-api</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>bgp-bmp-parser-impl</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>bgp-bmp-spi</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.slf4j</groupId>
43             <artifactId>slf4j-api</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>util</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>${project.groupId}</groupId>
51             <artifactId>bgp-parser-api</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>bgp-parser-spi</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>bgp-rib-api</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>bgp-rib-spi</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>bgp-inet</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.mdsal</groupId>
71             <artifactId>yang-binding</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.mdsal</groupId>
75             <artifactId>mdsal-binding-spec-util</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.mdsal</groupId>
79             <artifactId>mdsal-common-api</artifactId>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.yangtools</groupId>
83             <artifactId>concepts</artifactId>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.yangtools</groupId>
87             <artifactId>yang-common</artifactId>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.yangtools</groupId>
91             <artifactId>yang-data-api</artifactId>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.yangtools</groupId>
95             <artifactId>yang-data-impl</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.mdsal</groupId>
99             <artifactId>mdsal-binding-api</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.mdsal</groupId>
103             <artifactId>mdsal-dom-api</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.mdsal</groupId>
107             <artifactId>mdsal-binding-dom-codec-api</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.mdsal</groupId>
111             <artifactId>mdsal-singleton-common-api</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>io.netty</groupId>
115             <artifactId>netty-buffer</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>io.netty</groupId>
119             <artifactId>netty-codec</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>io.netty</groupId>
123             <artifactId>netty-common</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>io.netty</groupId>
127             <artifactId>netty-transport</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>io.netty</groupId>
131             <artifactId>netty-transport-classes-epoll</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>io.netty</groupId>
135             <artifactId>netty-transport-native-epoll</artifactId>
136             <classifier>linux-x86_64</classifier>
137         </dependency>
138         <dependency>
139             <groupId>com.google.guava</groupId>
140             <artifactId>guava</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>bgp-parser-impl</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>bgp-concepts</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>${project.groupId}</groupId>
152             <artifactId>concepts</artifactId>
153         </dependency>
154         <dependency>
155             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
156             <artifactId>rfc6991-ietf-yang-types</artifactId>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
160             <artifactId>rfc6991-ietf-inet-types</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>org.checkerframework</groupId>
164             <artifactId>checker-qual</artifactId>
165             <scope>provided</scope>
166         </dependency>
167         <dependency>
168             <groupId>com.guicedee.services</groupId>
169             <artifactId>javax.inject</artifactId>
170             <optional>true</optional>
171         </dependency>
172         <dependency>
173             <groupId>jakarta.annotation</groupId>
174             <artifactId>jakarta.annotation-api</artifactId>
175             <scope>provided</scope>
176             <optional>true</optional>
177         </dependency>
178         <dependency>
179             <groupId>org.osgi</groupId>
180             <artifactId>org.osgi.service.component.annotations</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.kohsuke.metainf-services</groupId>
184             <artifactId>metainf-services</artifactId>
185         </dependency>
186
187         <!-- test dependencies -->
188         <dependency>
189             <groupId>org.opendaylight.yangtools</groupId>
190             <artifactId>mockito-configuration</artifactId>
191         </dependency>
192         <dependency>
193             <groupId>org.opendaylight.mdsal</groupId>
194             <artifactId>mdsal-binding-test-utils</artifactId>
195             <scope>test</scope>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.mdsal</groupId>
199             <artifactId>mdsal-binding-dom-adapter</artifactId>
200             <scope>test</scope>
201         </dependency>
202         <dependency>
203             <groupId>org.opendaylight.mdsal</groupId>
204             <artifactId>mdsal-binding-dom-adapter</artifactId>
205             <scope>test</scope>
206             <type>test-jar</type>
207         </dependency>
208         <dependency>
209             <groupId>${project.groupId}</groupId>
210             <artifactId>bgp-rib-impl</artifactId>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>${project.groupId}</groupId>
215             <artifactId>testtool-util</artifactId>
216             <scope>test</scope>
217         </dependency>
218         <dependency>
219             <groupId>${project.groupId}</groupId>
220             <artifactId>bgp-bmp-parser-impl</artifactId>
221             <version>${project.version}</version>
222             <type>test-jar</type>
223             <scope>test</scope>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.yangtools</groupId>
227             <artifactId>yang-test-util</artifactId>
228         </dependency>
229         <dependency>
230             <groupId>${project.groupId}</groupId>
231             <artifactId>config-loader-impl</artifactId>
232             <scope>test</scope>
233         </dependency>
234         <dependency>
235             <groupId>${project.groupId}</groupId>
236             <artifactId>config-loader-impl</artifactId>
237             <type>test-jar</type>
238             <scope>test</scope>
239         </dependency>
240         <dependency>
241             <groupId>${project.groupId}</groupId>
242             <artifactId>bgp-bmp-config-example</artifactId>
243             <scope>test</scope>
244         </dependency>
245     </dependencies>
246
247     <build>
248         <plugins>
249             <plugin>
250                 <groupId>org.apache.maven.plugins</groupId>
251                 <artifactId>maven-remote-resources-plugin</artifactId>
252                 <configuration>
253                     <attachToMain>false</attachToMain>
254                     <resourceBundles>
255                         <resourceBundle>${project.groupId}:bgp-bmp-config-example:${project.version}</resourceBundle>
256                     </resourceBundles>
257                 </configuration>
258                 <executions>
259                     <execution>
260                         <phase>process-test-sources</phase>
261                         <goals>
262                             <goal>process</goal>
263                         </goals>
264                     </execution>
265                 </executions>
266             </plugin>
267             <plugin>
268                 <groupId>org.apache.felix</groupId>
269                 <artifactId>maven-bundle-plugin</artifactId>
270                 <extensions>true</extensions>
271                 <configuration>
272                     <instructions>
273                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
274                         <Export-Package>
275                             org.opendaylight.protocol.bmp.impl.*,
276                             ;-split-package:=error
277                         </Export-Package>
278                     </instructions>
279                 </configuration>
280             </plugin>
281
282             <!-- Disable offline link detection which breaks the build here -->
283             <plugin>
284                 <artifactId>maven-javadoc-plugin</artifactId>
285                 <configuration>
286                     <detectOfflineLinks>false</detectOfflineLinks>
287                 </configuration>
288             </plugin>
289         </plugins>
290     </build>
291
292     <scm>
293         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
294         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
295         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
296         <tag>HEAD</tag>
297     </scm>
298 </project>