23dc7418ed0b815c0f0e817b73e5d8a48201c44d
[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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>3.1.4</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
13     <version>0.7.4-SNAPSHOT</version>
14     <packaging>feature</packaging>
15     <!--
16         The VPP renderer
17     -->
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     <properties>
23         <netconf.version>1.4.4-SNAPSHOT</netconf.version>
24         <vbd.version>1.3.4-SNAPSHOT</vbd.version>
25         <lisp.version>1.7.4-SNAPSHOT</lisp.version>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <!-- ODL-GBP-ARTIFACTS -->
31             <dependency>
32                 <groupId>${project.groupId}</groupId>
33                 <artifactId>groupbasedpolicy-artifacts</artifactId>
34                 <version>${project.version}</version>
35                 <type>pom</type>
36                 <scope>import</scope>
37             </dependency>
38             <!-- ODL-NETCONF-ARTIFACTS -->
39             <dependency>
40                 <groupId>org.opendaylight.netconf</groupId>
41                 <artifactId>netconf-artifacts</artifactId>
42                 <version>${netconf.version}</version>
43                 <type>pom</type>
44                 <scope>import</scope>
45             </dependency>
46             <!-- ODL-HONEYCOMB/VBD-ARTIFACTS -->
47             <dependency>
48                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
49                 <artifactId>vbd-artifacts</artifactId>
50                 <version>${vbd.version}</version>
51                 <type>pom</type>
52                 <scope>import</scope>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.lispflowmapping</groupId>
56                 <artifactId>lispflowmapping-artifacts</artifactId>
57                 <version>${lisp.version}</version>
58                 <type>pom</type>
59                 <scope>import</scope>
60             </dependency>
61         </dependencies>
62     </dependencyManagement>
63
64     <dependencies>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>l2-l3-domain-extension</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>vpp-renderer</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>odl-groupbasedpolicy-base</artifactId>
76             <type>xml</type>
77             <classifier>features</classifier>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.netconf</groupId>
81             <artifactId>odl-netconf-clustered-topology</artifactId>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.netconf</groupId>
87             <artifactId>odl-restconf</artifactId>
88             <version>1.7.4-SNAPSHOT</version>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.honeycomb.vbd</groupId>
94             <artifactId>odl-vbd</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.honeycomb.vbd</groupId>
100             <artifactId>odl-vbd-rest</artifactId>
101             <type>xml</type>
102             <classifier>features</classifier>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.lispflowmapping</groupId>
106             <artifactId>odl-lispflowmapping-msmr</artifactId>
107             <version>${lisp.version}</version>
108             <type>xml</type>
109             <classifier>features</classifier>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.lispflowmapping</groupId>
113             <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
114             <version>${lisp.version}</version>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118     </dependencies>
119 </project>