Merge "Unit test for ovsdb.southbound.ovsdb.transact"
[netvirt.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.sfc</groupId>
120       <artifactId>features-sfc</artifactId>
121       <version>${sfc.version}</version>
122       <classifier>features</classifier>
123       <type>xml</type>
124       <scope>runtime</scope>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.sfc</groupId>
128       <artifactId>features-sfc-ovs</artifactId>
129       <version>${sfc.version}</version>
130       <classifier>features</classifier>
131       <type>xml</type>
132       <scope>runtime</scope>
133     </dependency>
134     <dependency>
135       <groupId>${project.groupId}</groupId>
136       <artifactId>openstack.net-virt-sfc-impl</artifactId>
137       <version>${project.version}</version>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>openstack.net-virt-sfc-impl</artifactId>
142       <version>${project.version}</version>
143       <type>xml</type>
144       <classifier>config</classifier>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>openstack.net-virt-sfc-api</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>${project.groupId}</groupId>
153       <artifactId>southbound-features</artifactId>
154       <version>${project.version}</version>
155       <type>xml</type>
156       <classifier>features</classifier>
157     </dependency>
158     <dependency>
159       <groupId>${project.groupId}</groupId>
160       <artifactId>utils.mdsal-utils</artifactId>
161       <version>${project.version}</version>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.ovsdb</groupId>
165       <artifactId>utils.servicehelper</artifactId>
166       <version>${project.version}</version>
167     </dependency>
168   </dependencies>
169 </project>