BGPCEP-712: Enforce checkstyle under binding-parent
[bgpcep.git] / pcep / topology / topology-provider / 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>pcep-topology-provider</artifactId>
23     <description>PCEP Topology Provider</description>
24     <packaging>bundle</packaging>
25     <name>${project.artifactId}</name>
26
27     <dependencies>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>pcep-api</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>pcep-ietf-stateful07</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>pcep-topology-api</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>pcep-topology-spi</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>programming-api</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>programming-spi</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>rsvp-api</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>topology-api</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.controller</groupId>
62             <artifactId>sal-binding-api</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.controller</groupId>
66             <artifactId>sal-common-api</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>org.slf4j</groupId>
70             <artifactId>slf4j-api</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>pcep-spi</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>util</artifactId>
79         </dependency>
80
81         <dependency>
82             <groupId>org.opendaylight.controller</groupId>
83             <artifactId>config-api</artifactId>
84         </dependency>
85
86         <dependency>
87             <groupId>org.opendaylight.controller</groupId>
88             <artifactId>sal-binding-config</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.mdsal.model</groupId>
92             <artifactId>ietf-inet-types-2013-07-15</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.mdsal.model</groupId>
96             <artifactId>ietf-topology</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.mdsal</groupId>
100             <artifactId>yang-binding</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.yangtools</groupId>
104             <artifactId>yang-common</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.yangtools</groupId>
108             <artifactId>concepts</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>io.netty</groupId>
112             <artifactId>netty-common</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>io.netty</groupId>
116             <artifactId>netty-buffer</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>io.netty</groupId>
120             <artifactId>netty-transport</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>io.netty</groupId>
124             <artifactId>netty-transport-native-epoll</artifactId>
125             <classifier>linux-x86_64</classifier>
126         </dependency>
127
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>pcep-impl</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>com.google.guava</groupId>
134             <artifactId>guava</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>org.osgi</groupId>
138             <artifactId>org.osgi.core</artifactId>
139             <scope>provided</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.osgi</groupId>
143             <artifactId>org.osgi.compendium</artifactId>
144         </dependency>
145         <!-- Test dependencies -->
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>testtool-util</artifactId>
149             <scope>test</scope>
150         </dependency>
151         <dependency>
152             <groupId>junit</groupId>
153             <artifactId>junit</artifactId>
154             <scope>test</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.controller</groupId>
158             <artifactId>config-manager</artifactId>
159             <type>test-jar</type>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>config-manager</artifactId>
164             <scope>test</scope>
165         </dependency>
166         <dependency>
167             <groupId>org.opendaylight.controller</groupId>
168             <artifactId>config-util</artifactId>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>org.mockito</groupId>
173             <artifactId>mockito-core</artifactId>
174         </dependency>
175         <dependency>
176             <groupId>org.opendaylight.yangtools</groupId>
177             <artifactId>mockito-configuration</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>netty-timer-config</artifactId>
188             <scope>test</scope>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.controller</groupId>
192             <artifactId>netty-threadgroup-config</artifactId>
193             <scope>test</scope>
194         </dependency>
195         <dependency>
196             <groupId>${project.groupId}</groupId>
197             <artifactId>programming-impl</artifactId>
198             <scope>test</scope>
199         </dependency>
200         <dependency>
201             <groupId>${project.groupId}</groupId>
202             <artifactId>programming-impl</artifactId>
203             <type>test-jar</type>
204             <scope>test</scope>
205         </dependency>
206         <dependency>
207             <groupId>${project.groupId}</groupId>
208             <artifactId>pcep-impl</artifactId>
209             <type>test-jar</type>
210             <scope>test</scope>
211         </dependency>
212         <dependency>
213             <groupId>org.opendaylight.controller</groupId>
214             <artifactId>sal-binding-broker-impl</artifactId>
215             <scope>test</scope>
216             <type>test-jar</type>
217         </dependency>
218         <dependency>
219             <groupId>${project.groupId}</groupId>
220             <artifactId>pcep-pcc-mock</artifactId>
221             <version>${project.version}</version>
222             <scope>test</scope>
223         </dependency>
224         <dependency>
225             <groupId>org.opendaylight.controller</groupId>
226             <artifactId>sal-dom-broker-config</artifactId>
227             <scope>test</scope>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.yangtools</groupId>
231             <artifactId>yang-test-util</artifactId>
232         </dependency>
233     </dependencies>
234
235     <build>
236         <plugins>
237             <plugin>
238                 <groupId>org.apache.maven.plugins</groupId>
239                 <artifactId>maven-jar-plugin</artifactId>
240                 <executions>
241                     <execution>
242                         <phase>package</phase>
243                         <goals>
244                             <goal>test-jar</goal>
245                         </goals>
246                     </execution>
247                 </executions>
248             </plugin>
249             <plugin>
250                 <groupId>org.opendaylight.yangtools</groupId>
251                 <artifactId>yang-maven-plugin</artifactId>
252             </plugin>
253         </plugins>
254     </build>
255
256     <scm>
257         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
258         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
259         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
260         <tag>HEAD</tag>
261     </scm>
262 </project>