10f1ce6e2c2a0cc5612748e885aff7300cfe3d95
[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.21.2</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-common-api</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.yangtools</groupId>
79             <artifactId>concepts</artifactId>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.yangtools</groupId>
83             <artifactId>yang-common</artifactId>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.yangtools</groupId>
87             <artifactId>yang-data-api</artifactId>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.yangtools</groupId>
91             <artifactId>yang-data-spi</artifactId>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.mdsal</groupId>
95             <artifactId>mdsal-binding-api</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.mdsal</groupId>
99             <artifactId>mdsal-dom-api</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.mdsal</groupId>
103             <artifactId>mdsal-binding-dom-codec-api</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.mdsal</groupId>
107             <artifactId>mdsal-singleton-api</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>io.netty</groupId>
111             <artifactId>netty-buffer</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>io.netty</groupId>
115             <artifactId>netty-codec</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>io.netty</groupId>
119             <artifactId>netty-common</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>io.netty</groupId>
123             <artifactId>netty-transport</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>io.netty</groupId>
127             <artifactId>netty-transport-classes-epoll</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>io.netty</groupId>
131             <artifactId>netty-transport-native-epoll</artifactId>
132             <classifier>linux-x86_64</classifier>
133         </dependency>
134         <dependency>
135             <groupId>com.google.guava</groupId>
136             <artifactId>guava</artifactId>
137         </dependency>
138         <dependency>
139             <groupId>${project.groupId}</groupId>
140             <artifactId>bgp-parser-impl</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>bgp-concepts</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>concepts</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
152             <artifactId>rfc6991-ietf-yang-types</artifactId>
153         </dependency>
154         <dependency>
155             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
156             <artifactId>rfc6991-ietf-inet-types</artifactId>
157         </dependency>
158         <dependency>
159             <groupId>org.checkerframework</groupId>
160             <artifactId>checker-qual</artifactId>
161             <scope>provided</scope>
162         </dependency>
163         <dependency>
164             <groupId>com.guicedee.services</groupId>
165             <artifactId>javax.inject</artifactId>
166             <optional>true</optional>
167         </dependency>
168         <dependency>
169             <groupId>jakarta.annotation</groupId>
170             <artifactId>jakarta.annotation-api</artifactId>
171             <scope>provided</scope>
172             <optional>true</optional>
173         </dependency>
174         <dependency>
175             <groupId>org.osgi</groupId>
176             <artifactId>org.osgi.service.component.annotations</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>org.kohsuke.metainf-services</groupId>
180             <artifactId>metainf-services</artifactId>
181         </dependency>
182
183         <!-- test dependencies -->
184         <dependency>
185             <groupId>org.opendaylight.yangtools</groupId>
186             <artifactId>mockito-configuration</artifactId>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.mdsal</groupId>
190             <artifactId>mdsal-binding-test-utils</artifactId>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194             <groupId>org.opendaylight.mdsal</groupId>
195             <artifactId>mdsal-binding-dom-adapter</artifactId>
196             <scope>test</scope>
197         </dependency>
198         <dependency>
199             <groupId>org.opendaylight.mdsal</groupId>
200             <artifactId>mdsal-binding-dom-adapter</artifactId>
201             <scope>test</scope>
202             <type>test-jar</type>
203         </dependency>
204         <dependency>
205             <groupId>${project.groupId}</groupId>
206             <artifactId>bgp-rib-impl</artifactId>
207             <scope>test</scope>
208         </dependency>
209         <dependency>
210             <groupId>${project.groupId}</groupId>
211             <artifactId>testtool-util</artifactId>
212             <scope>test</scope>
213         </dependency>
214         <dependency>
215             <groupId>${project.groupId}</groupId>
216             <artifactId>bgp-bmp-parser-impl</artifactId>
217             <version>${project.version}</version>
218             <type>test-jar</type>
219             <scope>test</scope>
220         </dependency>
221         <dependency>
222             <groupId>org.opendaylight.yangtools</groupId>
223             <artifactId>yang-test-util</artifactId>
224         </dependency>
225         <dependency>
226             <groupId>${project.groupId}</groupId>
227             <artifactId>config-loader-impl</artifactId>
228             <scope>test</scope>
229         </dependency>
230         <dependency>
231             <groupId>${project.groupId}</groupId>
232             <artifactId>config-loader-impl</artifactId>
233             <type>test-jar</type>
234             <scope>test</scope>
235         </dependency>
236         <dependency>
237             <groupId>${project.groupId}</groupId>
238             <artifactId>bgp-bmp-config-example</artifactId>
239             <scope>test</scope>
240         </dependency>
241     </dependencies>
242
243     <build>
244         <plugins>
245             <plugin>
246                 <groupId>org.apache.maven.plugins</groupId>
247                 <artifactId>maven-remote-resources-plugin</artifactId>
248                 <configuration>
249                     <attachToMain>false</attachToMain>
250                     <resourceBundles>
251                         <resourceBundle>${project.groupId}:bgp-bmp-config-example:${project.version}</resourceBundle>
252                     </resourceBundles>
253                 </configuration>
254                 <executions>
255                     <execution>
256                         <phase>process-test-sources</phase>
257                         <goals>
258                             <goal>process</goal>
259                         </goals>
260                     </execution>
261                 </executions>
262             </plugin>
263             <plugin>
264                 <groupId>org.apache.felix</groupId>
265                 <artifactId>maven-bundle-plugin</artifactId>
266                 <extensions>true</extensions>
267                 <configuration>
268                     <instructions>
269                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
270                         <Export-Package>
271                             org.opendaylight.protocol.bmp.impl.*,
272                             ;-split-package:=error
273                         </Export-Package>
274                     </instructions>
275                 </configuration>
276             </plugin>
277
278             <!-- Disable offline link detection which breaks the build here -->
279             <plugin>
280                 <artifactId>maven-javadoc-plugin</artifactId>
281                 <configuration>
282                     <detectOfflineLinks>false</detectOfflineLinks>
283                 </configuration>
284             </plugin>
285         </plugins>
286     </build>
287
288     <scm>
289         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
290         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
291         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
292         <tag>HEAD</tag>
293     </scm>
294 </project>