add endpointcost-northbound-route
[alto.git] / alto-core / northbound / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Yale University and others. 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 INTERNAL
8 -->
9 <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">
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.6.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.alto.core</groupId>
17   <artifactId>alto-northbound-features</artifactId>
18   <version>0.2.0-SNAPSHOT</version>
19   <name>${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
26     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
27     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
28     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
29     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
30     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31   </properties>
32   <dependencyManagement>
33     <dependencies>
34       <!-- project specific dependencies -->
35       <dependency>
36         <groupId>org.opendaylight.controller</groupId>
37         <artifactId>mdsal-artifacts</artifactId>
38         <version>${mdsal.version}</version>
39         <type>pom</type>
40         <scope>import</scope>
41       </dependency>
42       <dependency>
43         <groupId>org.opendaylight.netconf</groupId>
44         <artifactId>restconf-artifacts</artifactId>
45         <version>${restconf.version}</version>
46         <type>pom</type>
47         <scope>import</scope>
48       </dependency>
49     </dependencies>
50   </dependencyManagement>
51   <dependencies>
52     <dependency>
53       <groupId>org.opendaylight.yangtools</groupId>
54       <artifactId>features-yangtools</artifactId>
55       <classifier>features</classifier>
56       <version>${yangtools.version}</version>
57       <type>xml</type>
58       <scope>runtime</scope>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.mdsal.model</groupId>
62       <artifactId>features-mdsal-model</artifactId>
63       <version>${mdsal.model.version}</version>
64       <classifier>features</classifier>
65       <type>xml</type>
66       <scope>runtime</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>features-mdsal</artifactId>
71       <classifier>features</classifier>
72       <version>${mdsal.version}</version>
73       <type>xml</type>
74       <scope>runtime</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.netconf</groupId>
78       <artifactId>features-restconf</artifactId>
79       <classifier>features</classifier>
80       <version>${restconf.version}</version>
81       <type>xml</type>
82       <scope>runtime</scope>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.dlux</groupId>
86       <artifactId>features-dlux</artifactId>
87       <classifier>features</classifier>
88       <version>${dlux.version}</version>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>${project.groupId}</groupId>
94       <artifactId>alto-northbound-impl</artifactId>
95       <version>${project.version}</version>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>alto-northbound-impl</artifactId>
100       <version>${project.version}</version>
101       <type>xml</type>
102       <classifier>config</classifier>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>alto-northbound-api</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>alto-northbound-route-example</artifactId>
112       <version>${project.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>alto-northbound-route-example</artifactId>
117       <version>${project.version}</version>
118       <type>xml</type>
119       <classifier>config</classifier>
120     </dependency>
121     <dependency>
122     <groupId>${project.groupId}</groupId>
123     <artifactId>alto-service-model-base-features</artifactId>
124     <classifier>features</classifier>
125     <version>${project.version}</version>
126     <type>xml</type>
127     <scope>runtime</scope>
128   </dependency>
129     <dependency>
130       <groupId>${project.groupId}</groupId>
131       <artifactId>alto-northbound-route-networkmap-api</artifactId>
132       <version>${project.version}</version>
133     </dependency>
134     <dependency>
135       <groupId>${project.groupId}</groupId>
136       <artifactId>alto-northbound-route-networkmap-impl</artifactId>
137       <version>${project.version}</version>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>alto-northbound-route-networkmap-impl</artifactId>
142       <version>${project.version}</version>
143       <type>xml</type>
144       <classifier>config</classifier>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>alto-service-model-networkmap-features</artifactId>
149       <classifier>features</classifier>
150       <version>${project.version}</version>
151       <type>xml</type>
152       <scope>runtime</scope>
153     </dependency>
154
155     <dependency>
156       <groupId>${project.groupId}</groupId>
157       <artifactId>alto-northbound-route-costmap-api</artifactId>
158       <version>${project.version}</version>
159     </dependency>
160     <dependency>
161       <groupId>${project.groupId}</groupId>
162       <artifactId>alto-northbound-route-costmap-impl</artifactId>
163       <version>${project.version}</version>
164     </dependency>
165     <dependency>
166       <groupId>${project.groupId}</groupId>
167       <artifactId>alto-northbound-route-costmap-impl</artifactId>
168       <version>${project.version}</version>
169       <type>xml</type>
170       <classifier>config</classifier>
171     </dependency>
172     <dependency>
173       <groupId>${project.groupId}</groupId>
174       <artifactId>alto-service-model-costmap-features</artifactId>
175       <classifier>features</classifier>
176       <version>${project.version}</version>
177       <type>xml</type>
178       <scope>runtime</scope>
179     </dependency>
180
181     <dependency>
182       <groupId>${project.groupId}</groupId>
183       <artifactId>alto-northbound-route-endpointcost-api</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>alto-northbound-route-endpointcost-impl</artifactId>
189       <version>${project.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>alto-northbound-route-endpointcost-impl</artifactId>
194       <version>${project.version}</version>
195       <type>xml</type>
196       <classifier>config</classifier>
197     </dependency>
198     <dependency>
199       <groupId>${project.groupId}</groupId>
200       <artifactId>alto-service-model-endpointcost-features</artifactId>
201       <classifier>features</classifier>
202       <version>${project.version}</version>
203       <type>xml</type>
204       <scope>runtime</scope>
205     </dependency>
206   </dependencies>
207 </project>