BGPCEP-712: Enforce checkstyle under binding-parent
[bgpcep.git] / pcep / tunnel / tunnel-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-tunnel-provider</artifactId>
23     <description>PCEP Tunnel 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-topology-api</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>pcep-topology-spi</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>pcep-ietf-stateful07</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>pcep-impl</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>pcep-tunnel-api</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>programming-tunnel-api</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>pcep-api</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>pcep-spi</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>programming-topology-api</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>programming-api</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>programming-spi</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>topology-api</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>topology-tunnel-api</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.controller</groupId>
82             <artifactId>sal-binding-api</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.controller</groupId>
86             <artifactId>sal-common-api</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>org.slf4j</groupId>
90             <artifactId>slf4j-api</artifactId>
91         </dependency>
92
93         <dependency>
94             <groupId>org.opendaylight.mdsal</groupId>
95             <artifactId>yang-binding</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.yangtools</groupId>
99             <artifactId>yang-common</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.yangtools</groupId>
103             <artifactId>concepts</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.mdsal.model</groupId>
107             <artifactId>ietf-inet-types-2013-07-15</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.mdsal.model</groupId>
111             <artifactId>ietf-topology</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.mdsal.model</groupId>
115             <artifactId>ietf-topology-l3-unicast-igp</artifactId>
116         </dependency>
117
118         <dependency>
119             <groupId>org.opendaylight.controller</groupId>
120             <artifactId>config-api</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>pcep-topology-provider</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.controller</groupId>
128             <artifactId>sal-binding-config</artifactId>
129         </dependency>
130         <dependency>
131             <groupId>com.google.guava</groupId>
132             <artifactId>guava</artifactId>
133         </dependency>
134         <dependency>
135             <groupId>org.osgi</groupId>
136             <artifactId>org.osgi.core</artifactId>
137             <scope>provided</scope>
138         </dependency>
139
140         <!-- Testing dependencies -->
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>testtool-util</artifactId>
144             <scope>test</scope>
145         </dependency>
146         <dependency>
147             <groupId>junit</groupId>
148             <artifactId>junit</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>org.opendaylight.controller</groupId>
152             <artifactId>config-manager</artifactId>
153             <type>test-jar</type>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.controller</groupId>
157             <artifactId>config-manager</artifactId>
158             <scope>test</scope>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.controller</groupId>
162             <artifactId>config-util</artifactId>
163         </dependency>
164         <dependency>
165             <groupId>org.opendaylight.yangtools</groupId>
166             <artifactId>mockito-configuration</artifactId>
167         </dependency>
168         <dependency>
169             <groupId>org.opendaylight.controller</groupId>
170             <artifactId>netty-timer-config</artifactId>
171             <scope>test</scope>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.controller</groupId>
175             <artifactId>netty-threadgroup-config</artifactId>
176         </dependency>
177         <dependency>
178             <groupId>${project.groupId}</groupId>
179             <artifactId>programming-impl</artifactId>
180             <type>test-jar</type>
181         </dependency>
182         <dependency>
183             <groupId>${project.groupId}</groupId>
184             <artifactId>programming-impl</artifactId>
185             <scope>test</scope>
186         </dependency>
187         <dependency>
188             <groupId>${project.groupId}</groupId>
189             <artifactId>pcep-topology-provider</artifactId>
190             <type>test-jar</type>
191         </dependency>
192         <dependency>
193             <groupId>${project.groupId}</groupId>
194             <artifactId>pcep-impl</artifactId>
195             <type>test-jar</type>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.controller</groupId>
199             <artifactId>sal-binding-broker-impl</artifactId>
200             <scope>test</scope>
201         </dependency>
202         <dependency>
203             <groupId>org.opendaylight.controller</groupId>
204             <artifactId>sal-binding-broker-impl</artifactId>
205             <scope>test</scope>
206             <type>test-jar</type>
207         </dependency>
208         <dependency>
209             <groupId>org.mockito</groupId>
210             <artifactId>mockito-core</artifactId>
211         </dependency>
212         <dependency>
213             <groupId>org.opendaylight.controller</groupId>
214             <artifactId>sal-dom-broker-config</artifactId>
215             <scope>test</scope>
216         </dependency>
217         <dependency>
218             <groupId>org.opendaylight.yangtools</groupId>
219             <artifactId>yang-test-util</artifactId>
220         </dependency>
221     </dependencies>
222
223     <scm>
224         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
225         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
226         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
227         <tag>HEAD</tag>
228     </scm>
229 </project>