Release Fluorine
[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.2</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-tunnel-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>programming-tunnel-api</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>pcep-api</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>programming-topology-api</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>programming-api</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>programming-spi</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>topology-api</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>concepts</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>topology-tunnel-api</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>rsvp-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.mdsal</groupId>
99             <artifactId>mdsal-common-api</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.mdsal</groupId>
103             <artifactId>mdsal-singleton-common-api</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.yangtools</groupId>
107             <artifactId>yang-common</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.yangtools</groupId>
111             <artifactId>concepts</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.mdsal.model</groupId>
115             <artifactId>ietf-inet-types-2013-07-15</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.mdsal.model</groupId>
119             <artifactId>ietf-topology</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.mdsal.model</groupId>
123             <artifactId>ietf-topology-l3-unicast-igp</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>${project.groupId}</groupId>
127             <artifactId>pcep-topology-provider</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>com.google.guava</groupId>
131             <artifactId>guava</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>org.apache.commons</groupId>
135             <artifactId>commons-lang3</artifactId>
136         </dependency>
137         <dependency>
138             <groupId>org.osgi</groupId>
139             <artifactId>org.osgi.core</artifactId>
140             <scope>provided</scope>
141         </dependency>
142
143         <!-- Testing dependencies -->
144         <dependency>
145             <groupId>${project.groupId}</groupId>
146             <artifactId>testtool-util</artifactId>
147             <scope>test</scope>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.yangtools</groupId>
151             <artifactId>mockito-configuration</artifactId>
152         </dependency>
153         <dependency>
154             <groupId>${project.groupId}</groupId>
155             <artifactId>programming-impl</artifactId>
156             <type>test-jar</type>
157         </dependency>
158         <dependency>
159             <groupId>${project.groupId}</groupId>
160             <artifactId>programming-impl</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>${project.groupId}</groupId>
165             <artifactId>pcep-topology-provider</artifactId>
166             <type>test-jar</type>
167         </dependency>
168         <dependency>
169             <groupId>${project.groupId}</groupId>
170             <artifactId>pcep-impl</artifactId>
171             <type>test-jar</type>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.controller</groupId>
175             <artifactId>sal-binding-broker-impl</artifactId>
176             <scope>test</scope>
177         </dependency>
178         <dependency>
179             <groupId>org.opendaylight.controller</groupId>
180             <artifactId>sal-binding-broker-impl</artifactId>
181             <scope>test</scope>
182             <type>test-jar</type>
183         </dependency>
184         <dependency>
185             <groupId>org.mockito</groupId>
186             <artifactId>mockito-core</artifactId>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.yangtools</groupId>
190             <artifactId>yang-test-util</artifactId>
191         </dependency>
192     </dependencies>
193
194     <scm>
195         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
196         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
197         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
198         <tag>HEAD</tag>
199     </scm>
200 </project>