Merge "Use dpl portId"
[netvirt.git] / openstack / net-virt-sfc / features / 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.7.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18   <groupId>org.opendaylight.netvirt</groupId>
19   <artifactId>openstack.net-virt-sfc-features</artifactId>
20   <version>1.3.0-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     <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
29     <dlux.version>0.4.0-SNAPSHOT</dlux.version>
30     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
31     <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
32     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
33     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
34     <sfc.version>0.3.0-SNAPSHOT</sfc.version>
35   </properties>
36   <dependencies>
37     <dependency>
38       <groupId>org.opendaylight.dlux</groupId>
39       <artifactId>features-dlux</artifactId>
40       <classifier>features</classifier>
41       <version>${dlux.version}</version>
42       <type>xml</type>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>features-mdsal</artifactId>
47       <version>${controller.mdsal.version}</version>
48       <classifier>features</classifier>
49       <type>xml</type>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.mdsal.model</groupId>
53       <artifactId>features-mdsal-model</artifactId>
54       <version>${mdsal.model.version}</version>
55       <classifier>features</classifier>
56       <type>xml</type>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.netconf</groupId>
60       <artifactId>features-restconf</artifactId>
61       <version>${restconf.version}</version>
62       <classifier>features</classifier>
63       <type>xml</type>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.openflowplugin</groupId>
67       <artifactId>features-openflowplugin</artifactId>
68       <version>${openflowplugin.version}</version>
69       <classifier>features</classifier>
70       <type>xml</type>
71     </dependency>
72     <dependency>
73       <groupId>${project.groupId}</groupId>
74       <artifactId>features-netvirt</artifactId>
75       <version>${project.version}</version>
76       <classifier>features</classifier>
77       <type>xml</type>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.ovsdb</groupId>
81       <artifactId>southbound-features</artifactId>
82       <version>${ovsdb.version}</version>
83       <classifier>features</classifier>
84       <type>xml</type>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.openflowplugin</groupId>
88       <artifactId>features-openflowplugin-extension</artifactId>
89       <version>${openflowplugin.version}</version>
90       <classifier>features</classifier>
91       <type>xml</type>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.sfc</groupId>
95       <artifactId>features-sfc</artifactId>
96       <version>${sfc.version}</version>
97       <classifier>features</classifier>
98       <type>xml</type>
99     </dependency>
100     <dependency>
101       <groupId>${project.groupId}</groupId>
102       <artifactId>openstack.net-virt-sfc-impl</artifactId>
103       <version>${project.version}</version>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>openstack.net-virt-sfc-api</artifactId>
108       <version>${project.version}</version>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>utils.mdsal-utils</artifactId>
113       <version>${project.version}</version>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>utils.mdsal-openflow</artifactId>
118       <version>${project.version}</version>
119     </dependency>
120     <dependency>
121       <groupId>${project.groupId}</groupId>
122       <artifactId>utils.servicehelper</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>openstack.net-virt-sfc-impl</artifactId>
128       <version>${project.version}</version>
129       <type>xml</type>
130       <classifier>config</classifier>
131     </dependency>
132     <dependency>
133       <groupId>${project.groupId}</groupId>
134       <artifactId>utils.netvirt-it-utils</artifactId>
135       <version>${project.version}</version>
136       <scope>test</scope>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.ovsdb</groupId>
140       <artifactId>utils.ovsdb-it-utils</artifactId>
141       <version>${ovsdb.version}</version>
142       <scope>test</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.ovsdb</groupId>
146       <artifactId>utils.mdsal-utils</artifactId>
147       <version>${ovsdb.version}</version>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.ovsdb</groupId>
151       <artifactId>utils.southbound-utils</artifactId>
152       <version>${ovsdb.version}</version>
153     </dependency>
154   </dependencies>
155 </project>