Add INFO.yaml for GBP
[groupbasedpolicy.git] / features / features-groupbasedpolicy / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>feature-repo-parent</artifactId>
8         <version>3.1.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.groupbasedpolicy</groupId>
13     <artifactId>features-groupbasedpolicy</artifactId>
14     <version>0.8.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16     <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
19
20     <dependencyManagement>
21         <dependencies>
22             <!-- ODL-GBP-ARTIFACTS -->
23             <dependency>
24                 <groupId>${project.groupId}</groupId>
25                 <artifactId>groupbasedpolicy-artifacts</artifactId>
26                 <version>${project.version}</version>
27                 <type>pom</type>
28                 <scope>import</scope>
29             </dependency>
30         </dependencies>
31     </dependencyManagement>
32
33     <dependencies>
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-groupbasedpolicy-base</artifactId>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-groupbasedpolicy-domain-extensions</artifactId>
43             <type>xml</type>
44             <classifier>features</classifier>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
67             <type>xml</type>
68             <classifier>features</classifier>
69         </dependency>
70         <dependency>
71             <groupId>${project.groupId}</groupId>
72             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
91             <type>xml</type>
92             <classifier>features</classifier>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>${project.groupId}</groupId>
108             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112     </dependencies>
113 </project>