7234ad424186708d94390a46f4018cdcb106cf25
[alto.git] / alto-release-features / odl-alto-spce / 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-spce</artifactId>
22   <version>0.4.2-SNAPSHOT</version>
23   <packaging>feature</packaging>
24
25   <name>OpenDaylight :: alto :: SPCE</name>
26
27   <properties>
28     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
29     <mdsal.groupId>org.opendaylight.controller</mdsal.groupId>
30     <l2switch.groupId>org.opendaylight.l2switch</l2switch.groupId>
31     <openflow.plugin.groupId>org.opendaylight.openflowplugin</openflow.plugin.groupId>
32     <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
33     <mdsal.version>1.5.2-SNAPSHOT</mdsal.version>
34     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
35     <l2switch.version>0.5.2-SNAPSHOT</l2switch.version>
36     <openflow.plugin.version>0.4.2-SNAPSHOT</openflow.plugin.version>
37   </properties>
38
39   <dependencies>
40     <dependency>
41       <groupId>${mdsal.model.groupId}</groupId>
42       <artifactId>odl-mdsal-models</artifactId>
43       <version>${mdsal.model.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47     <dependency>
48       <groupId>${mdsal.groupId}</groupId>
49       <artifactId>odl-mdsal-broker</artifactId>
50       <version>${mdsal.version}</version>
51       <type>xml</type>
52       <classifier>features</classifier>
53     </dependency>
54     <dependency>
55       <groupId>${openflow.plugin.groupId}</groupId>
56       <artifactId>odl-openflowplugin-flow-services</artifactId>
57       <version>${openflow.plugin.version}</version>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${openflow.plugin.groupId}</groupId>
63       <artifactId>odl-openflowplugin-southbound</artifactId>
64       <version>${openflow.plugin.version}</version>
65       <type>xml</type>
66       <classifier>features</classifier>
67     </dependency>
68     <dependency>
69       <groupId>${l2switch.groupId}</groupId>
70       <artifactId>odl-l2switch-loopremover</artifactId>
71       <version>${l2switch.version}</version>
72       <type>xml</type>
73       <classifier>features</classifier>
74     </dependency>
75     <dependency>
76       <groupId>${l2switch.groupId}</groupId>
77       <artifactId>odl-l2switch-hosttracker</artifactId>
78       <version>${l2switch.version}</version>
79       <type>xml</type>
80       <classifier>features</classifier>
81     </dependency>
82     <dependency>
83       <groupId>${l2switch.groupId}</groupId>
84       <artifactId>odl-l2switch-arphandler</artifactId>
85       <version>${l2switch.version}</version>
86       <type>xml</type>
87       <classifier>features</classifier>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.alto.spce.network</groupId>
91       <artifactId>network-tracker-api</artifactId>
92       <version>${project.version}</version>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.alto.spce.network</groupId>
96       <artifactId>network-tracker-impl</artifactId>
97       <version>${project.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.alto.ext</groupId>
101       <artifactId>alto-spce-api</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.alto.ext</groupId>
106       <artifactId>alto-spce-impl</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <!-- FIXME: Replace with odl-alto-spce from alto-spce-features feature repository. -->
110   </dependencies>
111 </project>