Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-release-features / odl-alto-standard-northbound-route / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>single-feature-parent</artifactId>
14     <version>3.1.0</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.alto</groupId>
19   <artifactId>odl-alto-standard-northbound-route</artifactId>
20   <version>0.7.0-SNAPSHOT</version>
21   <packaging>feature</packaging>
22
23   <name>OpenDaylight :: alto :: Standard Northbound Route</name>
24
25   <dependencies>
26     <!-- TODO standard routes for network map/cost map/endpoint cost/endpoint property -->
27     <dependency>
28       <groupId>${project.groupId}</groupId>
29       <artifactId>odl-alto-standard-service-models</artifactId>
30       <version>${project.version}</version>
31       <type>xml</type>
32       <classifier>features</classifier>
33     </dependency>
34     <dependency>
35       <groupId>${project.groupId}</groupId>
36       <artifactId>odl-alto-northbound</artifactId>
37       <version>${project.version}</version>
38       <type>xml</type>
39       <classifier>features</classifier>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.alto.core</groupId>
43       <artifactId>alto-northbound-route-networkmap-api</artifactId>
44       <version>${project.version}</version>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.alto.core</groupId>
48       <artifactId>alto-northbound-route-networkmap-impl</artifactId>
49       <version>${project.version}</version>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.alto.core</groupId>
53       <artifactId>alto-northbound-route-costmap-api</artifactId>
54       <version>${project.version}</version>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.alto.core</groupId>
58       <artifactId>alto-northbound-route-costmap-impl</artifactId>
59       <version>${project.version}</version>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.alto.core</groupId>
63       <artifactId>alto-northbound-route-endpointcost-api</artifactId>
64       <version>${project.version}</version>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.alto.core</groupId>
68       <artifactId>alto-northbound-route-endpointcost-impl</artifactId>
69       <version>${project.version}</version>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.alto.core</groupId>
73       <artifactId>alto-northbound-route-endpointproperty-api</artifactId>
74       <version>${project.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.alto.core</groupId>
78       <artifactId>alto-northbound-route-endpointproperty-impl</artifactId>
79       <version>${project.version}</version>
80     </dependency>
81   </dependencies>
82 </project>