a1e019448469409051c3231a661533bfeccf82c5
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-sxp-ep-provider / 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.0</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
13     <version>0.8.0-SNAPSHOT</version>
14     <packaging>feature</packaging>
15     <!--
16        GBP-SXP integration : ep-provider
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         <sxp.version>1.7.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>sxp-ep-provider</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         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl-groupbasedpolicy-domain-extensions</artifactId>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.sxp</groupId>
58             <artifactId>odl-sxp-core</artifactId>
59             <version>${sxp.version}</version>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63     </dependencies>
64 </project>