Bump to odlparent-3.0.0 and yangtools-2.0.0
[bgpcep.git] / topology / topology-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c)  2017 AT&T Intellectual Property. All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          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     <modelVersion>4.0.0</modelVersion>
14
15     <parent>
16         <groupId>org.opendaylight.odlparent</groupId>
17         <artifactId>odlparent-lite</artifactId>
18         <version>3.0.2</version>
19         <relativePath/>
20     </parent>
21
22     <groupId>org.opendaylight.bgpcep</groupId>
23     <artifactId>topology-artifacts</artifactId>
24     <version>0.9.0-SNAPSHOT</version>
25     <packaging>pom</packaging>
26
27     <dependencyManagement>
28         <dependencies>
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>topology-api</artifactId>
32                 <version>${project.version}</version>
33             </dependency>
34             <dependency>
35                 <groupId>${project.groupId}</groupId>
36                 <artifactId>topology-segment-routing</artifactId>
37                 <version>${project.version}</version>
38             </dependency>
39             <dependency>
40                 <groupId>${project.groupId}</groupId>
41                 <artifactId>topology-tunnel-api</artifactId>
42                 <version>${project.version}</version>
43             </dependency>
44             <!-- Topology Features artifacts -->
45             <dependency>
46                 <groupId>org.opendaylight.bgpcep</groupId>
47                 <artifactId>features-topology</artifactId>
48                 <classifier>features</classifier>
49                 <type>xml</type>
50                 <version>${project.version}</version>
51             </dependency>
52             <dependency>
53                 <groupId>org.opendaylight.bgpcep</groupId>
54                 <artifactId>odl-bgpcep-topology-api</artifactId>
55                 <classifier>features</classifier>
56                 <type>xml</type>
57                 <version>${project.version}</version>
58             </dependency>
59         </dependencies>
60     </dependencyManagement>
61 </project>