Add INFO.yaml for GBP
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-neutron-and-ofoverlay / 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.0</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
13     <version>0.8.0-SNAPSHOT</version>
14     <packaging>feature</packaging>
15     <!--
16          The Neutron provider and OFOVERLAY renderer
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     <dependencyManagement>
22         <dependencies>
23             <!-- ODL-GBP-ARTIFACTS -->
24             <dependency>
25                 <groupId>${project.groupId}</groupId>
26                 <artifactId>groupbasedpolicy-artifacts</artifactId>
27                 <version>${project.version}</version>
28                 <type>pom</type>
29                 <scope>import</scope>
30             </dependency>
31         </dependencies>
32     </dependencyManagement>
33
34     <dependencies>
35         <dependency>
36             <groupId>${project.groupId}</groupId>
37             <artifactId>neutron-ovsdb</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
42             <type>xml</type>
43             <classifier>features</classifier>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51     </dependencies>
52 </project>