79fb3e5b3cc9f965af6a6c3c9067c5c1ae0b8a52
[alto.git] / alto-basic / simple-ecs / artifacts / 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
8 -->
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   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.alto</groupId>
16     <artifactId>alto-parent</artifactId>
17     <version>0.4.2-SNAPSHOT</version>
18     <relativePath>../../../</relativePath>
19   </parent>
20
21   <groupId>org.opendaylight.alto.basic</groupId>
22   <version>0.4.2-SNAPSHOT</version>
23   <artifactId>alto-simple-ecs-artifacts</artifactId>
24   <name>ODL :: alto :: ${project.artifactId}</name>
25   <packaging>pom</packaging>
26
27   <dependencyManagement>
28     <dependencies>
29       <dependency>
30         <groupId>${project.groupId}</groupId>
31         <artifactId>alto-simple-ecs-api</artifactId>
32         <version>${project.version}</version>
33       </dependency>
34       <dependency>
35         <groupId>${project.groupId}</groupId>
36         <artifactId>alto-simple-ecs-impl</artifactId>
37         <version>${project.version}</version>
38       </dependency>
39       <dependency>
40         <groupId>${project.groupId}</groupId>
41         <artifactId>alto-simple-ecs-features</artifactId>
42         <version>${project.version}</version>
43         <classifier>features</classifier>
44         <type>xml</type>
45       </dependency>
46     </dependencies>
47   </dependencyManagement>
48 </project>