Release Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-neutron-vpp-mapper / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>1.8.4-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
15     <version>0.5.4-Carbon</version>
16     <packaging>feature</packaging>
17     <!--
18         The Neutron-VPP provider
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs</name>
21
22     <dependencyManagement>
23         <dependencies>
24             <!-- ODL-GBP-ARTIFACTS -->
25             <dependency>
26                 <groupId>${project.groupId}</groupId>
27                 <artifactId>groupbasedpolicy-artifacts</artifactId>
28                 <version>${project.version}</version>
29                 <type>pom</type>
30                 <scope>import</scope>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <dependencies>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>neutron-vpp-mapper</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45             <scope>runtime</scope>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52             <scope>runtime</scope>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>neutron-vpp-mapper</artifactId>
57             <type>cfg</type>
58             <classifier>config</classifier>
59             <scope>runtime</scope>
60         </dependency>
61     </dependencies>
62 </project>