699de8c70015d7039897eb780120a099089dfadf
[alto.git] / alto-basic / simple-ecs / 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.basic</groupId>
21   <version>0.4.2-SNAPSHOT</version>
22   <artifactId>alto-simple-ecs-impl</artifactId>
23   <name>ODL :: alto :: ${project.artifactId}</name>
24   <packaging>bundle</packaging>
25   <dependencies>
26     <dependency>
27       <groupId>${project.groupId}</groupId>
28       <artifactId>alto-simple-ecs-api</artifactId>
29       <version>${project.version}</version>
30     </dependency>
31
32     <dependency>
33       <groupId>org.opendaylight.alto.core</groupId>
34       <artifactId>alto-resourcepool-api</artifactId>
35       <version>${project.version}</version>
36     </dependency>
37
38     <dependency>
39       <groupId>org.opendaylight.alto.core</groupId>
40       <artifactId>alto-service-model-networkmap-api</artifactId>
41       <version>${project.version}</version>
42     </dependency>
43
44     <dependency>
45       <groupId>org.opendaylight.alto.core</groupId>
46       <artifactId>alto-service-model-endpointcost-api</artifactId>
47       <version>${project.version}</version>
48     </dependency>
49
50     <dependency>
51       <groupId>org.opendaylight.alto.core</groupId>
52       <artifactId>alto-northbound-api</artifactId>
53       <version>${project.version}</version>
54     </dependency>
55
56     <!-- Testing Dependencies -->
57     <dependency>
58       <groupId>junit</groupId>
59       <artifactId>junit</artifactId>
60       <scope>test</scope>
61     </dependency>
62
63     <dependency>
64       <groupId>org.mockito</groupId>
65       <artifactId>mockito-core</artifactId>
66       <scope>test</scope>
67     </dependency>
68
69
70     <dependency>
71       <groupId>org.opendaylight.l2switch.hosttracker</groupId>
72       <artifactId>hosttracker-model</artifactId>
73       <version>0.5.2-SNAPSHOT</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.l2switch.addresstracker</groupId>
77       <artifactId>addresstracker-model</artifactId>
78       <version>0.5.2-SNAPSHOT</version>
79     </dependency>
80
81     <dependency>
82       <groupId>org.opendaylight.controller.model</groupId>
83       <artifactId>model-inventory</artifactId>
84       <version>${mdsal.version}</version>
85       <type>jar</type>
86     </dependency>
87
88     <dependency>
89       <groupId>org.opendaylight.openflowplugin.model</groupId>
90       <artifactId>model-flow-statistics</artifactId>
91       <version>0.4.2-SNAPSHOT</version>
92     </dependency>
93   </dependencies>
94
95 </project>