1bc963f04897b2a244170b1d73cee77138370f23
[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.17.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     <dependencies>
25         <dependency>
26             <groupId>${project.groupId}</groupId>
27             <artifactId>bgp-bmp-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>bgp-bmp-parser-impl</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>bgp-bmp-spi</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.slf4j</groupId>
39             <artifactId>slf4j-api</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>util</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>bgp-parser-api</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>${project.groupId}</groupId>
51             <artifactId>bgp-parser-spi</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>bgp-rib-api</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>bgp-rib-spi</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>bgp-inet</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.mdsal</groupId>
67             <artifactId>yang-binding</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.mdsal</groupId>
71             <artifactId>mdsal-binding-spec-util</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-impl</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-common-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>com.google.guava</groupId>
131             <artifactId>guava</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>${project.groupId}</groupId>
135             <artifactId>bgp-parser-impl</artifactId>
136         </dependency>
137         <dependency>
138             <groupId>${project.groupId}</groupId>
139             <artifactId>bgp-concepts</artifactId>
140         </dependency>
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>concepts</artifactId>
144         </dependency>
145         <dependency>
146             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
147             <artifactId>rfc6991-ietf-yang-types</artifactId>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
151             <artifactId>rfc6991-ietf-inet-types</artifactId>
152         </dependency>
153         <dependency>
154             <groupId>org.checkerframework</groupId>
155             <artifactId>checker-qual</artifactId>
156         </dependency>
157         <dependency>
158             <groupId>com.guicedee.services</groupId>
159             <artifactId>javax.inject</artifactId>
160             <optional>true</optional>
161         </dependency>
162         <dependency>
163             <groupId>javax.annotation</groupId>
164             <artifactId>javax.annotation-api</artifactId>
165             <scope>provided</scope>
166             <optional>true</optional>
167         </dependency>
168         <dependency>
169             <groupId>org.osgi</groupId>
170             <artifactId>org.osgi.service.component.annotations</artifactId>
171         </dependency>
172         <dependency>
173             <groupId>org.kohsuke.metainf-services</groupId>
174             <artifactId>metainf-services</artifactId>
175         </dependency>
176
177         <!-- test dependencies -->
178         <dependency>
179             <groupId>org.opendaylight.yangtools</groupId>
180             <artifactId>mockito-configuration</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.mdsal</groupId>
184             <artifactId>mdsal-binding-test-utils</artifactId>
185             <scope>test</scope>
186         </dependency>
187         <dependency>
188             <groupId>org.opendaylight.mdsal</groupId>
189             <artifactId>mdsal-binding-dom-adapter</artifactId>
190             <scope>test</scope>
191         </dependency>
192         <dependency>
193             <groupId>org.opendaylight.mdsal</groupId>
194             <artifactId>mdsal-binding-dom-adapter</artifactId>
195             <scope>test</scope>
196             <type>test-jar</type>
197         </dependency>
198         <dependency>
199             <groupId>${project.groupId}</groupId>
200             <artifactId>bgp-rib-impl</artifactId>
201             <scope>test</scope>
202         </dependency>
203         <dependency>
204             <groupId>${project.groupId}</groupId>
205             <artifactId>testtool-util</artifactId>
206             <scope>test</scope>
207         </dependency>
208         <dependency>
209             <groupId>${project.groupId}</groupId>
210             <artifactId>bgp-bmp-parser-impl</artifactId>
211             <version>${project.version}</version>
212             <type>test-jar</type>
213             <scope>test</scope>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.yangtools</groupId>
217             <artifactId>yang-test-util</artifactId>
218         </dependency>
219         <dependency>
220             <groupId>${project.groupId}</groupId>
221             <artifactId>config-loader-impl</artifactId>
222             <scope>test</scope>
223         </dependency>
224         <dependency>
225             <groupId>${project.groupId}</groupId>
226             <artifactId>config-loader-impl</artifactId>
227             <type>test-jar</type>
228             <scope>test</scope>
229         </dependency>
230         <dependency>
231             <groupId>${project.groupId}</groupId>
232             <artifactId>bgp-bmp-config-example</artifactId>
233             <scope>test</scope>
234         </dependency>
235     </dependencies>
236
237     <build>
238         <plugins>
239             <plugin>
240                 <groupId>org.apache.maven.plugins</groupId>
241                 <artifactId>maven-remote-resources-plugin</artifactId>
242                 <configuration>
243                     <attachToMain>false</attachToMain>
244                     <resourceBundles>
245                         <resourceBundle>${project.groupId}:bgp-bmp-config-example:${project.version}</resourceBundle>
246                     </resourceBundles>
247                 </configuration>
248                 <executions>
249                     <execution>
250                         <phase>process-test-sources</phase>
251                         <goals>
252                             <goal>process</goal>
253                         </goals>
254                     </execution>
255                 </executions>
256             </plugin>
257             <plugin>
258                 <groupId>org.apache.felix</groupId>
259                 <artifactId>maven-bundle-plugin</artifactId>
260                 <extensions>true</extensions>
261                 <configuration>
262                     <instructions>
263                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
264                         <Export-Package>
265                             org.opendaylight.protocol.bmp.impl.*,
266                             ;-split-package:=error
267                         </Export-Package>
268                     </instructions>
269                 </configuration>
270             </plugin>
271
272             <!-- Disable offline link detection which breaks the build here -->
273             <plugin>
274                 <artifactId>maven-javadoc-plugin</artifactId>
275                 <configuration>
276                     <detectOfflineLinks>false</detectOfflineLinks>
277                 </configuration>
278             </plugin>
279         </plugins>
280     </build>
281
282     <scm>
283         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
284         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
285         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
286         <tag>HEAD</tag>
287     </scm>
288 </project>