Bump to yangtools-2.0.0 and odlparent-3.0.2
[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     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>features-groupbasedpolicy</artifactId>
15     <version>0.7.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!-- <name> formatting is used by autorelease to parse and notify projects on
18        build failure. Please do not modify this unless you have a good reason. -->
19     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
20
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>odl-groupbasedpolicy-base</artifactId>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
56             <type>xml</type>
57             <classifier>features</classifier>
58         </dependency>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
62             <type>xml</type>
63             <classifier>features</classifier>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71         <dependency>
72             <groupId>${project.groupId}</groupId>
73             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
74             <type>xml</type>
75             <classifier>features</classifier>
76         </dependency>
77         <dependency>
78             <groupId>${project.groupId}</groupId>
79             <artifactId>odl-groupbasedpolicy-ui</artifactId>
80             <type>xml</type>
81             <classifier>features</classifier>
82         </dependency>
83         <dependency>
84             <groupId>${project.groupId}</groupId>
85             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
86             <type>xml</type>
87             <classifier>features</classifier>
88         </dependency>
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
92             <type>xml</type>
93             <classifier>features</classifier>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101         <dependency>
102             <groupId>${project.groupId}</groupId>
103             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
104             <type>xml</type>
105             <classifier>features</classifier>
106         </dependency>
107         <dependency>
108             <groupId>${project.groupId}</groupId>
109             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
110             <type>xml</type>
111             <classifier>features</classifier>
112         </dependency>
113     </dependencies>
114 </project>