952ee65eded6329b39e3c76f17546addd8f76d8e
[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>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
15     <version>0.6.1-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.1-SNAPSHOT</netconf.version>
26         <vbd.version>1.2.1-SNAPSHOT</vbd.version>
27         <lisp.version>1.6.1-SNAPSHOT</lisp.version>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <!-- ODL-GBP-ARTIFACTS -->
33             <dependency>
34                 <groupId>${project.groupId}</groupId>
35                 <artifactId>groupbasedpolicy-artifacts</artifactId>
36                 <version>${project.version}</version>
37                 <type>pom</type>
38                 <scope>import</scope>
39             </dependency>
40             <!-- ODL-NETCONF-ARTIFACTS -->
41             <dependency>
42                 <groupId>org.opendaylight.netconf</groupId>
43                 <artifactId>netconf-artifacts</artifactId>
44                 <version>${netconf.version}</version>
45                 <type>pom</type>
46                 <scope>import</scope>
47             </dependency>
48             <!-- ODL-HONEYCOMB/VBD-ARTIFACTS -->
49             <dependency>
50                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
51                 <artifactId>vbd-artifacts</artifactId>
52                 <version>${vbd.version}</version>
53                 <type>pom</type>
54                 <scope>import</scope>
55             </dependency>
56             <dependency>
57                 <groupId>org.opendaylight.lispflowmapping</groupId>
58                 <artifactId>lispflowmapping-artifacts</artifactId>
59                 <version>${lisp.version}</version>
60                 <type>pom</type>
61                 <scope>import</scope>
62             </dependency>
63         </dependencies>
64     </dependencyManagement>
65
66     <dependencies>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>l2-l3-domain-extension</artifactId>
70         </dependency>
71         <dependency>
72             <groupId>${project.groupId}</groupId>
73             <artifactId>vpp-renderer</artifactId>
74         </dependency>
75         <dependency>
76             <groupId>${project.groupId}</groupId>
77             <artifactId>odl-groupbasedpolicy-base</artifactId>
78             <type>xml</type>
79             <classifier>features</classifier>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.netconf</groupId>
83             <artifactId>odl-netconf-clustered-topology</artifactId>
84             <type>xml</type>
85             <classifier>features</classifier>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.netconf</groupId>
89             <artifactId>odl-restconf</artifactId>
90             <version>1.6.1-SNAPSHOT</version>
91             <type>xml</type>
92             <classifier>features</classifier>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.honeycomb.vbd</groupId>
96             <artifactId>odl-vbd</artifactId>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.honeycomb.vbd</groupId>
102             <artifactId>odl-vbd-rest</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.lispflowmapping</groupId>
108             <artifactId>odl-lispflowmapping-msmr</artifactId>
109             <version>${lisp.version}</version>
110             <type>xml</type>
111             <classifier>features</classifier>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.lispflowmapping</groupId>
115             <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
116             <version>${lisp.version}</version>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120     </dependencies>
121 </project>