832707e707892ab041d91ab4e9fc2cc41d4f4c71
[alto.git] / alto-basic / simple-ird / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 SNLab 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"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
13   <modelVersion>4.0.0</modelVersion>
14
15   <parent>
16     <groupId>org.opendaylight.controller</groupId>
17     <artifactId>config-parent</artifactId>
18     <version>0.6.2-SNAPSHOT</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.alto.basic</groupId>
23   <artifactId>alto-simple-ird-impl</artifactId>
24   <version>0.4.2-SNAPSHOT</version>
25   <!-- <name> formatting is used by autorelease to parse and notify projects on
26        build failure. Please do not modify this unless you have a good reason. -->
27   <name>ODL :: alto :: ${project.artifactId}</name>
28   <packaging>bundle</packaging>
29
30   <dependencies>
31     <dependency>
32       <groupId>${project.groupId}</groupId>
33       <artifactId>alto-simple-ird-api</artifactId>
34       <version>${project.version}</version>
35     </dependency>
36
37     <dependency>
38       <groupId>org.opendaylight.alto.core</groupId>
39       <artifactId>alto-resourcepool-api</artifactId>
40       <version>${project.version}</version>
41     </dependency>
42
43     <dependency>
44       <groupId>org.opendaylight.alto.core</groupId>
45       <artifactId>alto-service-model-ird-api</artifactId>
46       <version>${project.version}</version>
47     </dependency>
48
49     <dependency>
50       <groupId>org.opendaylight.alto.core</groupId>
51       <artifactId>alto-service-model-networkmap-api</artifactId>
52       <version>${project.version}</version>
53     </dependency>
54
55     <dependency>
56       <groupId>org.opendaylight.alto.core</groupId>
57       <artifactId>alto-service-model-costmap-api</artifactId>
58       <version>${project.version}</version>
59     </dependency>
60
61     <dependency>
62       <groupId>org.opendaylight.alto.core</groupId>
63       <artifactId>alto-service-model-endpointcost-api</artifactId>
64       <version>${project.version}</version>
65     </dependency>
66
67     <dependency>
68       <groupId>org.opendaylight.alto.core</groupId>
69       <artifactId>alto-northbound-api</artifactId>
70       <version>${project.version}</version>
71     </dependency>
72     <!-- Testing Dependencies -->
73     <dependency>
74       <groupId>junit</groupId>
75       <artifactId>junit</artifactId>
76       <scope>test</scope>
77     </dependency>
78
79     <dependency>
80       <groupId>org.mockito</groupId>
81       <artifactId>mockito-core</artifactId>
82       <scope>test</scope>
83     </dependency>
84   </dependencies>
85 </project>