Merge "Bug 8220 - fixing ACE entry in VPP renderer" into stable/carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ip-sgt-distribution-service / 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-ip-sgt-distribution-service</artifactId>
15     <version>0.5.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18         SXP Distribution Service
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: ip-sgt-distribution-service</name>
21
22     <properties>
23         <sxp.version>1.4.0-SNAPSHOT</sxp.version>
24     </properties>
25
26     <dependencyManagement>
27         <dependencies>
28             <!-- ODL-GBP-ARTIFACTS -->
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>groupbasedpolicy-artifacts</artifactId>
32                 <version>${project.version}</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36         </dependencies>
37     </dependencyManagement>
38
39     <dependencies>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>ip-sgt-distribution-service</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-groupbasedpolicy-base</artifactId>
47             <type>xml</type>
48             <classifier>features</classifier>
49             <scope>runtime</scope>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.sxp</groupId>
53             <artifactId>odl-sxp-core</artifactId>
54             <version>${sxp.version}</version>
55             <type>xml</type>
56             <classifier>features</classifier>
57             <scope>runtime</scope>
58         </dependency>
59         <dependency>
60             <groupId>org.opendaylight.sxp</groupId>
61             <artifactId>odl-sxp-controller</artifactId>
62             <version>${sxp.version}</version>
63             <type>xml</type>
64             <classifier>features</classifier>
65             <scope>runtime</scope>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>ip-sgt-distribution-service</artifactId>
70             <type>xml</type>
71             <classifier>config</classifier>
72             <scope>runtime</scope>
73         </dependency>
74     </dependencies>
75 </project>