Enforce fail on maven-dependency-plugin warning
[bgpcep.git] / bgp / linkstate / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.bgpcep</groupId>
16         <artifactId>binding-parent</artifactId>
17         <version>0.10.0-SNAPSHOT</version>
18         <relativePath>../../binding-parent</relativePath>
19     </parent>
20
21     <artifactId>bgp-linkstate</artifactId>
22     <packaging>bundle</packaging>
23     <description>BGP linkstate concepts</description>
24     <name>${project.artifactId}</name>
25
26     <dependencies>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>concepts</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>rsvp-spi</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>bgp-concepts</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>bgp-parser-api</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>${project.groupId}</groupId>
45             <artifactId>bgp-parser-spi</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>bgp-rib-api</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>bgp-rib-spi</artifactId>
54         </dependency>
55         <dependency>
56             <groupId>${project.groupId}</groupId>
57             <artifactId>rsvp-api</artifactId>
58         </dependency>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>util</artifactId>
62         </dependency>
63         <dependency>
64             <groupId>${project.groupId}</groupId>
65             <artifactId>bgp-bmp-api</artifactId>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>bgp-openconfig-api</artifactId>
70         </dependency>
71         <dependency>
72             <groupId>${project.groupId}</groupId>
73             <artifactId>bgp-openconfig-spi</artifactId>
74         </dependency>
75         <dependency>
76             <groupId>com.google.guava</groupId>
77             <artifactId>guava</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.controller</groupId>
81             <artifactId>sal-core-api</artifactId>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.mdsal</groupId>
85             <artifactId>yang-binding</artifactId>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.yangtools</groupId>
89             <artifactId>yang-data-api</artifactId>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.yangtools</groupId>
93             <artifactId>concepts</artifactId>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.yangtools</groupId>
97             <artifactId>yang-data-impl</artifactId>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.yangtools</groupId>
101             <artifactId>yang-common</artifactId>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.mdsal.model</groupId>
105             <artifactId>yang-ext</artifactId>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.mdsal</groupId>
109             <artifactId>mdsal-binding-dom-codec</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.mdsal.model</groupId>
113             <artifactId>ietf-inet-types-2013-07-15</artifactId>
114         </dependency>
115          <dependency>
116             <groupId>io.netty</groupId>
117             <artifactId>netty-buffer</artifactId>
118          </dependency>
119          <dependency>
120             <groupId>org.osgi</groupId>
121             <artifactId>org.osgi.core</artifactId>
122             <scope>provided</scope>
123          </dependency>
124          <!-- test scope dependencies -->
125         <dependency>
126             <groupId>${project.groupId}</groupId>
127             <artifactId>rsvp-impl</artifactId>
128             <scope>test</scope>
129         </dependency>
130          <dependency>
131              <groupId>org.opendaylight.yangtools</groupId>
132              <artifactId>mockito-configuration</artifactId>
133          </dependency>
134          <dependency>
135              <groupId>org.mockito</groupId>
136              <artifactId>mockito-core</artifactId>
137          </dependency>
138          <dependency>
139              <groupId>${project.groupId}</groupId>
140              <artifactId>bgp-rib-spi</artifactId>
141              <type>test-jar</type>
142          </dependency>
143          <dependency>
144              <groupId>${project.groupId}</groupId>
145              <artifactId>bgp-parser-spi</artifactId>
146              <type>test-jar</type>
147          </dependency>
148          <dependency>
149              <groupId>${project.groupId}</groupId>
150              <artifactId>bgp-inet</artifactId>
151              <scope>test</scope>
152          </dependency>
153          <dependency>
154              <groupId>${project.groupId}</groupId>
155              <artifactId>bgp-parser-impl</artifactId>
156              <scope>test</scope>
157          </dependency>
158         <dependency>
159             <groupId>org.opendaylight.controller</groupId>
160             <artifactId>sal-binding-api</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.controller</groupId>
165             <artifactId>sal-binding-broker-impl</artifactId>
166             <scope>test</scope>
167             <type>test-jar</type>
168         </dependency>
169         <dependency>
170             <groupId>org.opendaylight.mdsal</groupId>
171             <artifactId>mdsal-binding-dom-adapter</artifactId>
172             <scope>test</scope>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.controller</groupId>
176             <artifactId>sal-binding-broker-impl</artifactId>
177             <scope>test</scope>
178         </dependency>
179         <dependency>
180             <groupId>org.hamcrest</groupId>
181             <artifactId>hamcrest-core</artifactId>
182         </dependency>
183     </dependencies>
184
185     <build>
186         <plugins>
187             <plugin>
188                 <groupId>org.apache.maven.plugins</groupId>
189                 <artifactId>maven-checkstyle-plugin</artifactId>
190                 <configuration>
191                     <violationSeverity>warn</violationSeverity>
192                 </configuration>
193             </plugin>
194         </plugins>
195     </build>
196
197     <scm>
198         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
199         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
200         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
201         <tag>HEAD</tag>
202     </scm>
203 </project>