d80b40b0013ddeb49895328713d0101ef48d64b6
[ovsdb.git] / openstack / net-virt-sfc / features / production / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Red Hat, Inc. 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 INTERNAL
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          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   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>features-parent</artifactId>
15     <version>1.6.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>openstack.net-virt-sfc-features</artifactId>
20   <version>1.2.1-SNAPSHOT</version>
21   <name>${project.artifactId}</name>
22   <modelVersion>4.0.0</modelVersion>
23   <prerequisites>
24     <maven>3.1.1</maven>
25   </prerequisites>
26   <properties>
27     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
28     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
29     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
30     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
31     <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
32     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
33     <sfc.version>0.2.0-SNAPSHOT</sfc.version>
34     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
35   </properties>
36   <dependencyManagement>
37     <dependencies>
38       <!-- project specific dependencies -->
39       <dependency>
40         <groupId>org.opendaylight.controller</groupId>
41         <artifactId>mdsal-artifacts</artifactId>
42         <version>${mdsal.version}</version>
43         <type>pom</type>
44         <scope>import</scope>
45       </dependency>
46       <dependency>
47         <groupId>org.opendaylight.netconf</groupId>
48         <artifactId>restconf-artifacts</artifactId>
49         <version>${restconf.version}</version>
50         <type>pom</type>
51         <scope>import</scope>
52       </dependency>
53       <dependency>
54         <groupId>org.opendaylight.ovsdb</groupId>
55         <artifactId>ovsdb-artifacts</artifactId>
56         <version>${project.version}</version>
57         <type>pom</type>
58         <scope>import</scope>
59       </dependency>
60     </dependencies>
61   </dependencyManagement>
62   <dependencies>
63     <dependency>
64       <groupId>org.opendaylight.yangtools</groupId>
65       <artifactId>features-yangtools</artifactId>
66       <classifier>features</classifier>
67       <version>${yangtools.version}</version>
68       <type>xml</type>
69       <scope>runtime</scope>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.mdsal.model</groupId>
73       <artifactId>features-mdsal-model</artifactId>
74       <version>${mdsal.model.version}</version>
75       <classifier>features</classifier>
76       <type>xml</type>
77       <scope>runtime</scope>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.controller</groupId>
81       <artifactId>features-mdsal</artifactId>
82       <classifier>features</classifier>
83       <version>${mdsal.version}</version>
84       <type>xml</type>
85       <scope>runtime</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.netconf</groupId>
89       <artifactId>features-restconf</artifactId>
90       <classifier>features</classifier>
91       <version>${restconf.version}</version>
92       <type>xml</type>
93       <scope>runtime</scope>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.dlux</groupId>
97       <artifactId>features-dlux</artifactId>
98       <classifier>features</classifier>
99       <version>${dlux.version}</version>
100       <type>xml</type>
101       <scope>runtime</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.ovsdb</groupId>
105       <artifactId>features-ovsdb</artifactId>
106       <classifier>features</classifier>
107       <version>${project.version}</version>
108       <type>xml</type>
109       <scope>runtime</scope>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.openflowplugin</groupId>
113       <artifactId>features-openflowplugin</artifactId>
114       <version>${openflowplugin.version}</version>
115       <classifier>features</classifier>
116       <type>xml</type>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.openflowplugin</groupId>
120       <artifactId>features-openflowplugin-extension</artifactId>
121       <version>${openflowplugin.version}</version>
122       <classifier>features</classifier>
123       <type>xml</type>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.sfc</groupId>
127       <artifactId>features-sfc</artifactId>
128       <version>${sfc.version}</version>
129       <classifier>features</classifier>
130       <type>xml</type>
131       <scope>runtime</scope>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.sfc</groupId>
135       <artifactId>features-sfcofl2</artifactId>
136       <version>${sfc.version}</version>
137       <classifier>features</classifier>
138       <type>xml</type>
139       <scope>runtime</scope>
140     </dependency>
141     <dependency>
142       <groupId>${project.groupId}</groupId>
143       <artifactId>openstack.net-virt-sfc-impl</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>openstack.net-virt-sfc-impl</artifactId>
149       <version>${project.version}</version>
150       <type>xml</type>
151       <classifier>config</classifier>
152     </dependency>
153     <dependency>
154       <groupId>${project.groupId}</groupId>
155       <artifactId>openstack.net-virt-sfc-api</artifactId>
156       <version>${project.version}</version>
157     </dependency>
158     <dependency>
159       <groupId>${project.groupId}</groupId>
160       <artifactId>southbound-features</artifactId>
161       <version>${project.version}</version>
162       <type>xml</type>
163       <classifier>features</classifier>
164     </dependency>
165     <dependency>
166       <groupId>${project.groupId}</groupId>
167       <artifactId>utils.mdsal-utils</artifactId>
168       <version>${project.version}</version>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.ovsdb</groupId>
172       <artifactId>utils.servicehelper</artifactId>
173       <version>${project.version}</version>
174     </dependency>
175   </dependencies>
176 </project>