Remove sal-dom-broker-config dependency
[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.10.0-SNAPSHOT</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-spi</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>config-loader-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-parser-impl</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.mdsal</groupId>
66             <artifactId>mdsal-binding-generator-impl</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>org.osgi</groupId>
70             <artifactId>org.osgi.core</artifactId>
71             <scope>provided</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.osgi</groupId>
75             <artifactId>org.osgi.compendium</artifactId>
76         </dependency>
77
78         <!--Netty -->
79         <dependency>
80             <groupId>io.netty</groupId>
81             <artifactId>netty-codec</artifactId>
82         </dependency>
83         <dependency>
84             <groupId>io.netty</groupId>
85             <artifactId>netty-transport-native-epoll</artifactId>
86             <classifier>linux-x86_64</classifier>
87         </dependency>
88         <!-- Testing dependencies -->
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>bgp-openconfig-rp-impl</artifactId>
92             <scope>test</scope>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>bgp-openconfig-rp-impl</artifactId>
97             <type>test-jar</type>
98             <scope>test</scope>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>bgp-rib-spi</artifactId>
103             <type>test-jar</type>
104             <scope>test</scope>
105         </dependency>
106         <dependency>
107             <groupId>${project.groupId}</groupId>
108             <artifactId>testtool-util</artifactId>
109             <scope>test</scope>
110         </dependency>
111         <dependency>
112             <groupId>${project.groupId}</groupId>
113             <artifactId>bgp-path-selection-mode</artifactId>
114             <type>test-jar</type>
115             <scope>test</scope>
116         </dependency>
117         <dependency>
118             <groupId>${project.groupId}</groupId>
119             <artifactId>config-loader-impl</artifactId>
120             <scope>test</scope>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>config-loader-impl</artifactId>
125             <type>test-jar</type>
126             <scope>test</scope>
127         </dependency>
128         <dependency>
129             <groupId>org.mockito</groupId>
130             <artifactId>mockito-core</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>org.opendaylight.yangtools</groupId>
134             <artifactId>mockito-configuration</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>bgp-linkstate</artifactId>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>bgp-rib-mock</artifactId>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>bgp-util</artifactId>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>org.opendaylight.yangtools</groupId>
153             <artifactId>yang-parser-api</artifactId>
154             <scope>test</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.slf4j</groupId>
158             <artifactId>slf4j-simple</artifactId>
159             <scope>test</scope>
160         </dependency>
161         <dependency>
162             <groupId>junit</groupId>
163             <artifactId>junit</artifactId>
164         </dependency>
165         <dependency>
166             <groupId>${project.groupId}</groupId>
167             <artifactId>bgp-config-example</artifactId>
168             <scope>test</scope>
169         </dependency>
170         <dependency>
171             <groupId>org.opendaylight.mdsal</groupId>
172             <artifactId>mdsal-binding-dom-adapter</artifactId>
173             <scope>test</scope>
174         </dependency>
175         <dependency>
176             <groupId>org.opendaylight.controller</groupId>
177             <artifactId>sal-broker-impl</artifactId>
178             <scope>test</scope>
179         </dependency>
180         <dependency>
181             <groupId>org.opendaylight.controller</groupId>
182             <artifactId>sal-binding-broker-impl</artifactId>
183             <scope>test</scope>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.controller</groupId>
187             <artifactId>sal-binding-broker-impl</artifactId>
188             <scope>test</scope>
189             <type>test-jar</type>
190         </dependency>
191         <dependency>
192             <groupId>ch.qos.logback</groupId>
193             <artifactId>logback-classic</artifactId>
194             <scope>test</scope>
195         </dependency>
196         <dependency>
197             <groupId>org.powermock</groupId>
198             <artifactId>powermock-module-junit4</artifactId>
199             <scope>test</scope>
200         </dependency>
201         <dependency>
202             <groupId>org.powermock</groupId>
203             <artifactId>powermock-api-mockito</artifactId>
204             <scope>test</scope>
205         </dependency>
206         <dependency>
207             <groupId>org.opendaylight.yangtools</groupId>
208             <artifactId>yang-test-util</artifactId>
209             <scope>test</scope>
210         </dependency>
211         <dependency>
212             <groupId>${project.groupId}</groupId>
213             <artifactId>routing-policy-config-loader</artifactId>
214             <scope>test</scope>
215         </dependency>
216         <dependency>
217             <groupId>${project.groupId}</groupId>
218             <artifactId>routing-policy-config-loader</artifactId>
219             <scope>test</scope>
220             <type>test-jar</type>
221         </dependency>
222         <dependency>
223             <groupId>${project.groupId}</groupId>
224             <artifactId>bgp-openconfig-rp-statement</artifactId>
225             <scope>test</scope>
226         </dependency>
227         <dependency>
228             <groupId>${project.groupId}</groupId>
229             <artifactId>bgp-openconfig-rp-statement</artifactId>
230             <type>test-jar</type>
231             <scope>test</scope>
232         </dependency>
233         <dependency>
234             <groupId>${project.groupId}</groupId>
235             <artifactId>bgp-openconfig-rp-spi</artifactId>
236             <type>test-jar</type>
237             <scope>test</scope>
238         </dependency>
239         <dependency>
240             <groupId>${project.groupId}</groupId>
241             <artifactId>bgp-config-example</artifactId>
242             <type>test-jar</type>
243             <scope>test</scope>
244         </dependency>
245     </dependencies>
246
247     <build>
248         <plugins>
249             <plugin>
250                 <groupId>org.apache.felix</groupId>
251                 <artifactId>maven-bundle-plugin</artifactId>
252                 <extensions>true</extensions>
253                 <configuration>
254                     <instructions>
255                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
256                         <Export-Package>
257                             org.opendaylight.protocol.bgp.rib.impl.*
258                             ;-split-package:=error
259                         </Export-Package>
260                     </instructions>
261                 </configuration>
262             </plugin>
263             <plugin>
264                 <groupId>org.apache.maven.plugins</groupId>
265                 <artifactId>maven-jar-plugin</artifactId>
266                 <executions>
267                     <execution>
268                         <phase>package</phase>
269                         <goals>
270                             <goal>test-jar</goal>
271                         </goals>
272                     </execution>
273                 </executions>
274             </plugin>
275             <plugin>
276                 <groupId>org.apache.maven.plugins</groupId>
277                 <artifactId>maven-remote-resources-plugin</artifactId>
278                 <configuration>
279                     <attachToMain>false</attachToMain>
280                     <resourceBundles>
281                         <resourceBundle>${project.groupId}:bgp-config-example:${project.version}</resourceBundle>
282                     </resourceBundles>
283                 </configuration>
284                 <executions>
285                     <execution>
286                         <phase>process-test-sources</phase>
287                         <goals>
288                             <goal>process</goal>
289                         </goals>
290                     </execution>
291                 </executions>
292             </plugin>
293             <plugin>
294                 <groupId>org.apache.maven.plugins</groupId>
295                 <artifactId>maven-checkstyle-plugin</artifactId>
296                 <configuration>
297                     <violationSeverity>warn</violationSeverity>
298                 </configuration>
299             </plugin>
300             <!-- Disable offline link detection which breaks the build here -->
301             <plugin>
302                 <artifactId>maven-javadoc-plugin</artifactId>
303                 <configuration>
304                     <detectOfflineLinks>false</detectOfflineLinks>
305                 </configuration>
306             </plugin>
307         </plugins>
308     </build>
309
310     <scm>
311         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
312         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
313         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
314         <tag>HEAD</tag>
315     </scm>
316 </project>