Package domain-extensions in a separate feature
[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"
3          xmlns="http://maven.apache.org/POM/4.0.0"
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
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>feature-repo-parent</artifactId>
10         <version>3.0.2</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.groupbasedpolicy</groupId>
15     <artifactId>features-groupbasedpolicy</artifactId>
16     <version>0.8.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
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     <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>odl-groupbasedpolicy-base</artifactId>
39             <type>xml</type>
40             <classifier>features</classifier>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>odl-groupbasedpolicy-domain-extensions</artifactId>
45             <type>xml</type>
46             <classifier>features</classifier>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
63             <type>xml</type>
64             <classifier>features</classifier>
65         </dependency>
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>${project.groupId}</groupId>
80             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>odl-groupbasedpolicy-ui</artifactId>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
99             <type>xml</type>
100             <classifier>features</classifier>
101         </dependency>
102         <dependency>
103             <groupId>${project.groupId}</groupId>
104             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
105             <type>xml</type>
106             <classifier>features</classifier>
107         </dependency>
108         <dependency>
109             <groupId>${project.groupId}</groupId>
110             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120     </dependencies>
121 </project>