Migrate to odlparent 1.8.0-Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-vpp / 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-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
15     <version>0.6.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18         The VPP renderer
19     -->
20     <!-- <name> formatting is used by autorelease to parse and notify projects on
21        build failure. Please do not modify this unless you have a good reason. -->
22     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
23
24     <properties>
25         <netconf.version>1.3.0-SNAPSHOT</netconf.version>
26         <vbd.version>1.2.0-SNAPSHOT</vbd.version>
27     </properties>
28
29     <dependencyManagement>
30         <dependencies>
31             <!-- ODL-GBP-ARTIFACTS -->
32             <dependency>
33                 <groupId>${project.groupId}</groupId>
34                 <artifactId>groupbasedpolicy-artifacts</artifactId>
35                 <version>${project.version}</version>
36                 <type>pom</type>
37                 <scope>import</scope>
38             </dependency>
39             <!-- ODL-NETCONF-ARTIFACTS -->
40             <dependency>
41                 <groupId>org.opendaylight.netconf</groupId>
42                 <artifactId>netconf-artifacts</artifactId>
43                 <version>${netconf.version}</version>
44                 <type>pom</type>
45                 <scope>import</scope>
46             </dependency>
47             <!-- ODL-HONEYCOMB/VBD-ARTIFACTS -->
48             <dependency>
49                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
50                 <artifactId>vbd-artifacts</artifactId>
51                 <version>${vbd.version}</version>
52                 <type>pom</type>
53                 <scope>import</scope>
54             </dependency>
55         </dependencies>
56     </dependencyManagement>
57
58     <dependencies>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>l2-l3-domain-extension</artifactId>
62         </dependency>
63         <dependency>
64             <groupId>${project.groupId}</groupId>
65             <artifactId>vpp-renderer</artifactId>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>odl-groupbasedpolicy-base</artifactId>
70             <type>xml</type>
71             <classifier>features</classifier>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.netconf</groupId>
75             <artifactId>odl-netconf-clustered-topology</artifactId>
76             <type>xml</type>
77             <classifier>features</classifier>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.honeycomb.vbd</groupId>
81             <artifactId>odl-vbd</artifactId>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>${project.groupId}</groupId>
87             <artifactId>l2-l3-domain-extension</artifactId>
88             <type>xml</type>
89             <classifier>config</classifier>
90         </dependency>
91         <dependency>
92             <groupId>${project.groupId}</groupId>
93             <artifactId>vpp-renderer</artifactId>
94             <type>cfg</type>
95             <classifier>config</classifier>
96         </dependency>
97     </dependencies>
98 </project>