Release Neon
[bgpcep.git] / bgp / rib-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13
14     <modelVersion>4.0.0</modelVersion>
15     <parent>
16         <groupId>org.opendaylight.bgpcep</groupId>
17         <artifactId>bgpcep-parent</artifactId>
18         <version>0.11.1</version>
19         <relativePath>../../parent</relativePath>
20     </parent>
21
22     <artifactId>bgp-rib-impl</artifactId>
23     <packaging>bundle</packaging>
24     <description>BGP RIB implementation</description>
25     <name>${project.artifactId}</name>
26
27     <dependencies>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>bgp-concepts</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>bgp-rib-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>bgp-rib-spi</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>bgp-openconfig-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>bgp-openconfig-spi</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>bgp-path-selection-mode</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>bgp-openconfig-rp-spi</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>bgp-inet</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>bgp-route-target</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>bgp-parser-api</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>bgp-parser-spi</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>bgp-parser-impl</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>util</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>concepts</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.controller</groupId>
86             <artifactId>sal-core-api</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>org.opendaylight.controller</groupId>
90             <artifactId>sal-binding-api</artifactId>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.controller</groupId>
94             <artifactId>sal-common-api</artifactId>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.yangtools</groupId>
98             <artifactId>yang-data-api</artifactId>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.yangtools</groupId>
102             <artifactId>yang-data-impl</artifactId>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.yangtools</groupId>
106             <artifactId>yang-model-api</artifactId>
107         </dependency>
108         <dependency>
109             <groupId>org.opendaylight.yangtools</groupId>
110             <artifactId>yang-common</artifactId>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.mdsal</groupId>
114             <artifactId>mdsal-binding-generator-impl</artifactId>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
118             <artifactId>rfc6991-ietf-inet-types</artifactId>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.mdsal</groupId>
122             <artifactId>mdsal-dom-api</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.mdsal</groupId>
126             <artifactId>mdsal-common-api</artifactId>
127         </dependency>
128         <dependency>
129             <groupId>org.opendaylight.mdsal</groupId>
130             <artifactId>mdsal-singleton-common-api</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>org.opendaylight.mdsal</groupId>
134             <artifactId>yang-binding</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.mdsal</groupId>
138             <artifactId>mdsal-binding-spec-util</artifactId>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.mdsal</groupId>
142             <artifactId>mdsal-binding-generator-api</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>org.opendaylight.mdsal</groupId>
146             <artifactId>mdsal-binding-dom-codec</artifactId>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.yangtools</groupId>
150             <artifactId>concepts</artifactId>
151         </dependency>
152         <dependency>
153             <groupId>org.apache.commons</groupId>
154             <artifactId>commons-lang3</artifactId>
155         </dependency>
156         <dependency>
157             <groupId>com.google.guava</groupId>
158             <artifactId>guava</artifactId>
159         </dependency>
160         <dependency>
161             <groupId>org.javassist</groupId>
162             <artifactId>javassist</artifactId>
163         </dependency>
164         <!--Netty -->
165         <dependency>
166             <groupId>io.netty</groupId>
167             <artifactId>netty-codec</artifactId>
168         </dependency>
169         <dependency>
170             <groupId>io.netty</groupId>
171             <artifactId>netty-common</artifactId>
172         </dependency>
173         <dependency>
174             <groupId>io.netty</groupId>
175             <artifactId>netty-transport</artifactId>
176         </dependency>
177         <dependency>
178             <groupId>io.netty</groupId>
179             <artifactId>netty-buffer</artifactId>
180         </dependency>
181         <dependency>
182             <groupId>io.netty</groupId>
183             <artifactId>netty-transport-native-epoll</artifactId>
184             <classifier>linux-x86_64</classifier>
185         </dependency>
186         <!-- Testing dependencies -->
187         <dependency>
188             <groupId>${project.groupId}</groupId>
189             <artifactId>bgp-openconfig-rp-impl</artifactId>
190             <scope>test</scope>
191         </dependency>
192         <dependency>
193             <groupId>${project.groupId}</groupId>
194             <artifactId>bgp-openconfig-rp-impl</artifactId>
195             <type>test-jar</type>
196             <scope>test</scope>
197         </dependency>
198         <dependency>
199             <groupId>${project.groupId}</groupId>
200             <artifactId>bgp-rib-spi</artifactId>
201             <type>test-jar</type>
202             <scope>test</scope>
203         </dependency>
204         <dependency>
205             <groupId>${project.groupId}</groupId>
206             <artifactId>testtool-util</artifactId>
207             <scope>test</scope>
208         </dependency>
209         <dependency>
210             <groupId>${project.groupId}</groupId>
211             <artifactId>bgp-path-selection-mode</artifactId>
212             <type>test-jar</type>
213             <scope>test</scope>
214         </dependency>
215         <dependency>
216             <groupId>${project.groupId}</groupId>
217             <artifactId>config-loader-impl</artifactId>
218             <scope>test</scope>
219         </dependency>
220         <dependency>
221             <groupId>${project.groupId}</groupId>
222             <artifactId>config-loader-impl</artifactId>
223             <type>test-jar</type>
224             <scope>test</scope>
225         </dependency>
226         <dependency>
227             <groupId>org.mockito</groupId>
228             <artifactId>mockito-core</artifactId>
229         </dependency>
230         <dependency>
231             <groupId>org.opendaylight.yangtools</groupId>
232             <artifactId>mockito-configuration</artifactId>
233         </dependency>
234         <dependency>
235             <groupId>${project.groupId}</groupId>
236             <artifactId>bgp-linkstate</artifactId>
237             <scope>test</scope>
238         </dependency>
239         <dependency>
240             <groupId>${project.groupId}</groupId>
241             <artifactId>bgp-rib-mock</artifactId>
242             <scope>test</scope>
243         </dependency>
244         <dependency>
245             <groupId>${project.groupId}</groupId>
246             <artifactId>bgp-util</artifactId>
247             <scope>test</scope>
248         </dependency>
249         <dependency>
250             <groupId>org.opendaylight.yangtools</groupId>
251             <artifactId>yang-parser-api</artifactId>
252             <scope>test</scope>
253         </dependency>
254         <dependency>
255             <groupId>org.slf4j</groupId>
256             <artifactId>slf4j-simple</artifactId>
257             <scope>test</scope>
258         </dependency>
259         <dependency>
260             <groupId>${project.groupId}</groupId>
261             <artifactId>bgp-config-example</artifactId>
262             <scope>test</scope>
263         </dependency>
264         <dependency>
265             <groupId>org.opendaylight.mdsal</groupId>
266             <artifactId>mdsal-binding-dom-adapter</artifactId>
267             <scope>test</scope>
268         </dependency>
269         <dependency>
270             <groupId>org.opendaylight.controller</groupId>
271             <artifactId>sal-broker-impl</artifactId>
272             <scope>test</scope>
273         </dependency>
274         <dependency>
275             <groupId>org.opendaylight.controller</groupId>
276             <artifactId>sal-binding-broker-impl</artifactId>
277             <scope>test</scope>
278         </dependency>
279         <dependency>
280             <groupId>org.opendaylight.controller</groupId>
281             <artifactId>sal-binding-broker-impl</artifactId>
282             <scope>test</scope>
283             <type>test-jar</type>
284         </dependency>
285         <dependency>
286             <groupId>ch.qos.logback</groupId>
287             <artifactId>logback-classic</artifactId>
288             <scope>test</scope>
289         </dependency>
290         <dependency>
291             <groupId>org.opendaylight.yangtools</groupId>
292             <artifactId>yang-test-util</artifactId>
293             <scope>test</scope>
294         </dependency>
295         <dependency>
296             <groupId>${project.groupId}</groupId>
297             <artifactId>routing-policy-config-loader</artifactId>
298             <scope>test</scope>
299         </dependency>
300         <dependency>
301             <groupId>${project.groupId}</groupId>
302             <artifactId>routing-policy-config-loader</artifactId>
303             <scope>test</scope>
304             <type>test-jar</type>
305         </dependency>
306         <dependency>
307             <groupId>${project.groupId}</groupId>
308             <artifactId>bgp-openconfig-rp-statement</artifactId>
309             <scope>test</scope>
310         </dependency>
311         <dependency>
312             <groupId>${project.groupId}</groupId>
313             <artifactId>bgp-openconfig-rp-statement</artifactId>
314             <type>test-jar</type>
315             <scope>test</scope>
316         </dependency>
317         <dependency>
318             <groupId>${project.groupId}</groupId>
319             <artifactId>bgp-openconfig-rp-spi</artifactId>
320             <type>test-jar</type>
321             <scope>test</scope>
322         </dependency>
323         <dependency>
324             <groupId>${project.groupId}</groupId>
325             <artifactId>bgp-config-example</artifactId>
326             <type>test-jar</type>
327             <scope>test</scope>
328         </dependency>
329     </dependencies>
330
331     <build>
332         <plugins>
333             <plugin>
334                 <groupId>org.apache.felix</groupId>
335                 <artifactId>maven-bundle-plugin</artifactId>
336                 <extensions>true</extensions>
337                 <configuration>
338                     <instructions>
339                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
340                         <Export-Package>
341                             org.opendaylight.protocol.bgp.rib.impl.*
342                             ;-split-package:=error
343                         </Export-Package>
344                     </instructions>
345                 </configuration>
346             </plugin>
347             <plugin>
348                 <groupId>org.apache.maven.plugins</groupId>
349                 <artifactId>maven-jar-plugin</artifactId>
350                 <executions>
351                     <execution>
352                         <phase>package</phase>
353                         <goals>
354                             <goal>test-jar</goal>
355                         </goals>
356                     </execution>
357                 </executions>
358             </plugin>
359             <plugin>
360                 <groupId>org.apache.maven.plugins</groupId>
361                 <artifactId>maven-remote-resources-plugin</artifactId>
362                 <configuration>
363                     <attachToMain>false</attachToMain>
364                     <resourceBundles>
365                         <resourceBundle>${project.groupId}:bgp-config-example:${project.version}</resourceBundle>
366                     </resourceBundles>
367                 </configuration>
368                 <executions>
369                     <execution>
370                         <phase>process-test-sources</phase>
371                         <goals>
372                             <goal>process</goal>
373                         </goals>
374                     </execution>
375                 </executions>
376             </plugin>
377             <plugin>
378                 <groupId>org.apache.maven.plugins</groupId>
379                 <artifactId>maven-checkstyle-plugin</artifactId>
380                 <configuration>
381                     <violationSeverity>warn</violationSeverity>
382                 </configuration>
383             </plugin>
384             <!-- Disable offline link detection which breaks the build here -->
385             <plugin>
386                 <artifactId>maven-javadoc-plugin</artifactId>
387                 <configuration>
388                     <detectOfflineLinks>false</detectOfflineLinks>
389                 </configuration>
390             </plugin>
391         </plugins>
392     </build>
393
394     <scm>
395         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
396         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
397         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
398         <tag>HEAD</tag>
399     </scm>
400 </project>