Release Oxygen
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-neutronmapper / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>3.1.4</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
13     <version>0.7.4</version>
14     <packaging>feature</packaging>
15     <!--
16          The Neutron provider
17     -->
18     <!-- <name> formatting is used by autorelease to parse and notify projects on
19        build failure. Please do not modify this unless you have a good reason. -->
20     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
21
22     <properties>
23         <neutron.version>0.10.4</neutron.version>
24     </properties>
25
26     <dependencyManagement>
27         <dependencies>
28             <!-- ODL-GBP-ARTIFACTS -->
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>groupbasedpolicy-artifacts</artifactId>
32                 <version>${project.version}</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36             <!-- ODL-NEUTRON-ARTIFACTS -->
37             <dependency>
38                 <groupId>org.opendaylight.neutron</groupId>
39                 <artifactId>neutron-artifacts</artifactId>
40                 <version>${neutron.version}</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44         </dependencies>
45     </dependencyManagement>
46
47     <dependencies>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>l2-l3-domain-extension</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>neutron-mapper</artifactId>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>odl-groupbasedpolicy-base</artifactId>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.neutron</groupId>
64             <artifactId>odl-neutron-service</artifactId>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68     </dependencies>
69 </project>