fae4b637bf69c78aae9d2edb225f9559c7b5712a
[alto.git] / alto-core / standard-service-models / model-costmap / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2015 Yale University 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 <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">
11
12   <parent>
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>config-parent</artifactId>
15     <version>0.6.2-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <modelVersion>4.0.0</modelVersion>
20   <groupId>org.opendaylight.alto.core</groupId>
21   <artifactId>alto-service-model-costmap-impl</artifactId>
22   <version>0.4.2-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24   <dependencies>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>alto-service-model-base-api</artifactId>
28       <version>${project.version}</version>
29     </dependency>
30
31     <dependency>
32       <groupId>${project.groupId}</groupId>
33       <artifactId>alto-resourcepool-api</artifactId>
34       <version>${project.version}</version>
35     </dependency>
36
37     <dependency>
38       <groupId>${project.groupId}</groupId>
39       <artifactId>alto-service-model-endpointcost-api</artifactId>
40       <version>${project.version}</version>
41     </dependency>
42
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>alto-service-model-costmap-api</artifactId>
46       <version>${project.version}</version>
47     </dependency>
48
49     <!-- Testing Dependencies -->
50     <dependency>
51       <groupId>junit</groupId>
52       <artifactId>junit</artifactId>
53       <scope>test</scope>
54     </dependency>
55
56     <dependency>
57       <groupId>org.mockito</groupId>
58       <artifactId>mockito-core</artifactId>
59       <scope>test</scope>
60     </dependency>
61   </dependencies>
62
63 </project>