Migrate to odlparent 1.8.0-Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-netconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xmlns="http://maven.apache.org/POM/4.0.0"
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-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-netconf</artifactId>
15     <version>0.6.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18         The NETCONF renderer.
19
20         This renderer maps GBP service model to NETCONF based network elements.
21     -->
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23        build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
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>netconf-renderer</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>netconf-renderer</artifactId>
53             <type>xml</type>
54             <classifier>config</classifier>
55         </dependency>
56     </dependencies>
57 </project>