1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.opendaylight.bgpcep</groupId>
8 <artifactId>config-parent</artifactId>
9 <version>0.9.0-SNAPSHOT</version>
10 <relativePath>../../config-parent</relativePath>
13 <artifactId>bgp-bmp-impl</artifactId>
14 <packaging>bundle</packaging>
15 <name>${project.artifactId}</name>
19 <groupId>${project.groupId}</groupId>
20 <artifactId>bgp-bmp-api</artifactId>
23 <groupId>${project.groupId}</groupId>
24 <artifactId>bgp-bmp-parser-impl</artifactId>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>sal-broker-impl</artifactId>
31 <groupId>${project.groupId}</groupId>
32 <artifactId>bgp-bmp-spi</artifactId>
35 <groupId>org.slf4j</groupId>
36 <artifactId>slf4j-api</artifactId>
39 <groupId>org.slf4j</groupId>
40 <artifactId>slf4j-simple</artifactId>
43 <groupId>${project.groupId}</groupId>
44 <artifactId>util</artifactId>
47 <groupId>${project.groupId}</groupId>
48 <artifactId>bgp-parser-api</artifactId>
51 <groupId>${project.groupId}</groupId>
52 <artifactId>bgp-rib-api</artifactId>
55 <groupId>${project.groupId}</groupId>
56 <artifactId>bgp-rib-spi</artifactId>
59 <groupId>${project.groupId}</groupId>
60 <artifactId>bgp-inet</artifactId>
63 <groupId>org.opendaylight.mdsal</groupId>
64 <artifactId>yang-binding</artifactId>
67 <groupId>org.opendaylight.yangtools</groupId>
68 <artifactId>concepts</artifactId>
71 <groupId>org.opendaylight.yangtools</groupId>
72 <artifactId>yang-common</artifactId>
75 <groupId>org.opendaylight.yangtools</groupId>
76 <artifactId>yang-data-api</artifactId>
79 <groupId>org.opendaylight.yangtools</groupId>
80 <artifactId>yang-data-impl</artifactId>
83 <groupId>org.opendaylight.controller</groupId>
84 <artifactId>sal-common-api</artifactId>
87 <groupId>org.opendaylight.controller</groupId>
88 <artifactId>sal-core-api</artifactId>
91 <groupId>org.opendaylight.mdsal</groupId>
92 <artifactId>mdsal-binding-generator-impl</artifactId>
95 <groupId>org.opendaylight.mdsal</groupId>
96 <artifactId>mdsal-binding-dom-codec</artifactId>
99 <groupId>org.opendaylight.controller</groupId>
100 <artifactId>sal-binding-config</artifactId>
103 <groupId>io.netty</groupId>
104 <artifactId>netty-buffer</artifactId>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
111 <groupId>io.netty</groupId>
112 <artifactId>netty-common</artifactId>
115 <groupId>io.netty</groupId>
116 <artifactId>netty-transport</artifactId>
119 <groupId>io.netty</groupId>
120 <artifactId>netty-transport-native-epoll</artifactId>
121 <classifier>linux-x86_64</classifier>
124 <groupId>io.netty</groupId>
125 <artifactId>netty-handler</artifactId>
128 <groupId>com.google.guava</groupId>
129 <artifactId>guava</artifactId>
132 <groupId>org.osgi</groupId>
133 <artifactId>org.osgi.core</artifactId>
136 <groupId>${project.groupId}</groupId>
137 <artifactId>bgp-parser-spi</artifactId>
140 <groupId>${project.groupId}</groupId>
141 <artifactId>bgp-concepts</artifactId>
144 <groupId>${project.groupId}</groupId>
145 <artifactId>concepts</artifactId>
148 <groupId>org.opendaylight.mdsal.model</groupId>
149 <artifactId>ietf-yang-types-20130715</artifactId>
152 <groupId>org.opendaylight.mdsal.model</groupId>
153 <artifactId>ietf-inet-types-2013-07-15</artifactId>
156 <groupId>org.opendaylight.yangtools</groupId>
157 <artifactId>yang-model-api</artifactId>
160 <groupId>org.opendaylight.controller</groupId>
161 <artifactId>config-api</artifactId>
164 <groupId>org.opendaylight.controller</groupId>
165 <artifactId>netty-config-api</artifactId>
168 <groupId>org.javassist</groupId>
169 <artifactId>javassist</artifactId>
172 <groupId>${project.groupId}</groupId>
173 <artifactId>config-loader-spi</artifactId>
175 <!-- test dependencies -->
177 <groupId>junit</groupId>
178 <artifactId>junit</artifactId>
181 <groupId>org.mockito</groupId>
182 <artifactId>mockito-core</artifactId>
185 <groupId>org.opendaylight.yangtools</groupId>
186 <artifactId>mockito-configuration</artifactId>
189 <groupId>org.opendaylight.controller</groupId>
190 <artifactId>sal-binding-broker-impl</artifactId>
192 <type>test-jar</type>
195 <groupId>org.opendaylight.mdsal</groupId>
196 <artifactId>mdsal-binding-dom-adapter</artifactId>
200 <groupId>${project.groupId}</groupId>
201 <artifactId>bgp-rib-impl</artifactId>
205 <groupId>${project.groupId}</groupId>
206 <artifactId>testtool-util</artifactId>
210 <groupId>org.opendaylight.controller</groupId>
211 <artifactId>config-manager</artifactId>
212 <type>test-jar</type>
216 <groupId>org.opendaylight.controller</groupId>
217 <artifactId>config-manager</artifactId>
221 <groupId>org.opendaylight.controller</groupId>
222 <artifactId>netty-event-executor-config</artifactId>
226 <groupId>org.opendaylight.controller</groupId>
227 <artifactId>netty-threadgroup-config</artifactId>
231 <groupId>org.opendaylight.controller</groupId>
232 <artifactId>sal-dom-broker-config</artifactId>
236 <groupId>${project.groupId}</groupId>
237 <artifactId>bgp-bmp-parser-impl</artifactId>
238 <version>${project.version}</version>
239 <type>test-jar</type>
243 <groupId>org.opendaylight.yangtools</groupId>
244 <artifactId>yang-test-util</artifactId>
247 <groupId>${project.groupId}</groupId>
248 <artifactId>config-loader-impl</artifactId>
252 <groupId>${project.groupId}</groupId>
253 <artifactId>config-loader-impl</artifactId>
254 <type>test-jar</type>
258 <groupId>${project.groupId}</groupId>
259 <artifactId>bgp-bmp-config-example</artifactId>
267 <groupId>org.apache.maven.plugins</groupId>
268 <artifactId>maven-checkstyle-plugin</artifactId>
270 <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
274 <groupId>org.codehaus.mojo</groupId>
275 <artifactId>findbugs-maven-plugin</artifactId>
277 <failOnError>true</failOnError>
281 <groupId>org.apache.maven.plugins</groupId>
282 <artifactId>maven-remote-resources-plugin</artifactId>
284 <attachToMain>false</attachToMain>
286 <resourceBundle>${project.groupId}:bgp-bmp-config-example:${project.version}</resourceBundle>
291 <phase>process-test-sources</phase>
299 <groupId>org.apache.felix</groupId>
300 <artifactId>maven-bundle-plugin</artifactId>
301 <extensions>true</extensions>
304 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
306 org.opendaylight.protocol.bmp.impl.*,
307 ;-split-package:=error
313 <!-- Disable offline link detection which breaks the build here -->
315 <artifactId>maven-javadoc-plugin</artifactId>
317 <detectOfflineLinks>false</detectOfflineLinks>
324 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
325 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
326 <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>