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