BUG-7657: Karaf 4 migration: provide Karaf 4 groupbasedpolicy features
[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-SNAPSHOT</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
15     <version>0.5.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18         The VPP renderer
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: VPP renderer</name>
21
22     <properties>
23         <netconf.version>1.2.0-SNAPSHOT</netconf.version>
24         <vbd.version>1.1.0-SNAPSHOT</vbd.version>
25     </properties>
26
27     <dependencyManagement>
28         <dependencies>
29             <!-- ODL-GBP-ARTIFACTS -->
30             <dependency>
31                 <groupId>${project.groupId}</groupId>
32                 <artifactId>groupbasedpolicy-artifacts</artifactId>
33                 <version>${project.version}</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37             <!-- ODL-NETCONF-ARTIFACTS -->
38             <dependency>
39                 <groupId>org.opendaylight.netconf</groupId>
40                 <artifactId>netconf-artifacts</artifactId>
41                 <version>${netconf.version}</version>
42                 <type>pom</type>
43                 <scope>import</scope>
44             </dependency>
45             <!-- ODL-HONEYCOMB/VBD-ARTIFACTS -->
46             <dependency>
47                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
48                 <artifactId>vbd-artifacts</artifactId>
49                 <version>${vbd.version}</version>
50                 <type>pom</type>
51                 <scope>import</scope>
52             </dependency>
53         </dependencies>
54     </dependencyManagement>
55
56     <dependencies>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>l2-l3-domain-extension</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>vpp-renderer</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-groupbasedpolicy-base</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70             <scope>runtime</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.netconf</groupId>
74             <artifactId>odl-netconf-clustered-topology</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77             <scope>runtime</scope>
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             <scope>runtime</scope>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>l2-l3-domain-extension</artifactId>
89             <type>xml</type>
90             <classifier>config</classifier>
91             <scope>runtime</scope>
92         </dependency>
93         <dependency>
94             <groupId>${project.groupId}</groupId>
95             <artifactId>vpp-renderer</artifactId>
96             <type>cfg</type>
97             <classifier>config</classifier>
98             <scope>runtime</scope>
99         </dependency>
100     </dependencies>
101 </project>