BUG-7657: Karaf 4 migration: provide Karaf 4 groupbasedpolicy features
[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"
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.0-SNAPSHOT</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
15     <version>0.5.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18          The Neutron provider and OFOVERLAY renderer
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs</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             <scope>runtime</scope>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51             <scope>runtime</scope>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>neutron-ovsdb</artifactId>
56             <type>xml</type>
57             <classifier>config</classifier>
58             <scope>runtime</scope>
59         </dependency>
60     </dependencies>
61 </project>