ba94cf45c50226e1cbeb19bd0924bcb30bfb7cd9
[alto.git] / alto-release-features / odl-alto-simpleird / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Yale University and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0"
9          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>single-feature-parent</artifactId>
16     <version>1.8.2-SNAPSHOT</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.alto</groupId>
21   <artifactId>odl-alto-simpleird</artifactId>
22   <version>0.4.2-SNAPSHOT</version>
23   <packaging>feature</packaging>
24
25   <name>OpenDaylight :: alto :: Simple-IRD</name>
26
27   <properties>
28     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
29     <mdsal.groupId>org.opendaylight.controller</mdsal.groupId>
30     <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
31     <mdsal.version>1.5.2-SNAPSHOT</mdsal.version>
32     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
33   </properties>
34
35   <dependencies>
36     <dependency>
37       <groupId>${mdsal.model.groupId}</groupId>
38       <artifactId>odl-mdsal-models</artifactId>
39       <version>${mdsal.model.version}</version>
40       <type>xml</type>
41       <classifier>features</classifier>
42     </dependency>
43     <dependency>
44       <groupId>${mdsal.groupId}</groupId>
45       <artifactId>odl-mdsal-broker</artifactId>
46       <version>${mdsal.version}</version>
47       <type>xml</type>
48       <classifier>features</classifier>
49     </dependency>
50     <dependency>
51       <groupId>${project.groupId}</groupId>
52       <artifactId>odl-alto-northbound</artifactId>
53       <version>${project.version}</version>
54       <type>xml</type>
55       <classifier>features</classifier>
56     </dependency>
57     <dependency>
58       <groupId>${project.groupId}</groupId>
59       <artifactId>odl-alto-resourcepool</artifactId>
60       <version>${project.version}</version>
61       <type>xml</type>
62       <classifier>features</classifier>
63     </dependency>
64     <dependency>
65       <groupId>${project.groupId}</groupId>
66       <artifactId>odl-alto-standard-service-models</artifactId>
67       <version>${project.version}</version>
68       <type>xml</type>
69       <classifier>features</classifier>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.alto.basic</groupId>
73       <artifactId>alto-simple-ird-api</artifactId>
74       <version>${project.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.alto.basic</groupId>
78       <artifactId>alto-simple-ird-impl</artifactId>
79       <version>${project.version}</version>
80     </dependency>
81   </dependencies>
82 </project>