Bump versions to 0.20.5-SNAPSHOT
[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>binding-parent</artifactId>
18         <version>0.20.5-SNAPSHOT</version>
19         <relativePath>../../../binding-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     <properties>
28         <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
29     </properties>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>pcep-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>pcep-ietf-p2mp-te-lsp</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>pcep-ietf-stateful</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>pcep-segment-routing</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>pcep-topology-api</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>pcep-topology-spi</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>pcep-server-api</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>graph-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>concepts</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>rsvp-api</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>topology-api</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.mdsal</groupId>
86             <artifactId>mdsal-binding-api</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>org.slf4j</groupId>
90             <artifactId>slf4j-api</artifactId>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>pcep-spi</artifactId>
95         </dependency>
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>util</artifactId>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
102             <artifactId>rfc6991-ietf-inet-types</artifactId>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.mdsal</groupId>
106             <artifactId>mdsal-singleton-common-api</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</groupId>
114             <artifactId>yang-binding</artifactId>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.mdsal</groupId>
118             <artifactId>mdsal-common-api</artifactId>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.yangtools</groupId>
122             <artifactId>yang-common</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.yangtools</groupId>
126             <artifactId>concepts</artifactId>
127         </dependency>
128         <dependency>
129             <groupId>io.netty</groupId>
130             <artifactId>netty-common</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>io.netty</groupId>
134             <artifactId>netty-transport</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>io.netty</groupId>
138             <artifactId>netty-transport-classes-epoll</artifactId>
139         </dependency>
140         <dependency>
141             <groupId>org.checkerframework</groupId>
142             <artifactId>checker-qual</artifactId>
143             <scope>provided</scope>
144         </dependency>
145         <dependency>
146             <groupId>org.osgi</groupId>
147             <artifactId>org.osgi.service.component.annotations</artifactId>
148         </dependency>
149         <dependency>
150             <groupId>jakarta.annotation</groupId>
151             <artifactId>jakarta.annotation-api</artifactId>
152             <scope>provided</scope>
153             <optional>true</optional>
154         </dependency>
155         <dependency>
156             <groupId>com.guicedee.services</groupId>
157             <artifactId>javax.inject</artifactId>
158             <optional>true</optional>
159         </dependency>
160
161         <dependency>
162             <groupId>${project.groupId}</groupId>
163             <artifactId>pcep-impl</artifactId>
164         </dependency>
165         <dependency>
166             <groupId>com.google.guava</groupId>
167             <artifactId>guava</artifactId>
168         </dependency>
169
170         <!-- Test dependencies -->
171         <dependency>
172             <groupId>${project.groupId}</groupId>
173             <artifactId>testtool-util</artifactId>
174             <scope>test</scope>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.yangtools</groupId>
178             <artifactId>mockito-configuration</artifactId>
179         </dependency>
180         <dependency>
181             <groupId>${project.groupId}</groupId>
182             <artifactId>programming-impl</artifactId>
183             <scope>test</scope>
184         </dependency>
185         <dependency>
186             <groupId>${project.groupId}</groupId>
187             <artifactId>programming-impl</artifactId>
188             <type>test-jar</type>
189             <scope>test</scope>
190         </dependency>
191         <dependency>
192             <groupId>${project.groupId}</groupId>
193             <artifactId>pcep-impl</artifactId>
194             <type>test-jar</type>
195             <scope>test</scope>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.mdsal</groupId>
199             <artifactId>mdsal-binding-dom-adapter</artifactId>
200             <type>test-jar</type>
201             <scope>test</scope>
202         </dependency>
203         <dependency>
204             <groupId>org.opendaylight.mdsal</groupId>
205             <artifactId>mdsal-binding-test-utils</artifactId>
206             <scope>test</scope>
207         </dependency>
208         <dependency>
209             <groupId>org.opendaylight.mdsal</groupId>
210             <artifactId>mdsal-binding-dom-adapter</artifactId>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>${project.groupId}</groupId>
215             <artifactId>pcep-pcc-mock</artifactId>
216             <version>${project.version}</version>
217             <scope>test</scope>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.yangtools</groupId>
221             <artifactId>yang-test-util</artifactId>
222         </dependency>
223     </dependencies>
224
225     <build>
226         <plugins>
227             <plugin>
228                 <artifactId>maven-jar-plugin</artifactId>
229                 <executions>
230                     <execution>
231                         <goals>
232                             <goal>test-jar</goal>
233                         </goals>
234                     </execution>
235                 </executions>
236             </plugin>
237             <plugin>
238                 <artifactId>maven-source-plugin</artifactId>
239                 <executions>
240                     <execution>
241                         <goals>
242                             <goal>test-jar-no-fork</goal>
243                         </goals>
244                     </execution>
245                 </executions>
246             </plugin>
247         </plugins>
248     </build>
249
250     <scm>
251         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
252         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
253         <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>
254         <tag>HEAD</tag>
255     </scm>
256 </project>