9fcda821623e8342e55fe4e4ee5488b11cec2c79
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ui / 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-ui</artifactId>
15     <version>0.6.1-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18          UI
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     <dependencyManagement>
25         <dependencies>
26             <!-- ODL-GBP-ARTIFACTS -->
27             <dependency>
28                 <groupId>${project.groupId}</groupId>
29                 <artifactId>groupbasedpolicy-artifacts</artifactId>
30                 <version>${project.version}</version>
31                 <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>groupbasedpolicy-ui-bundle</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.dlux</groupId>
44             <artifactId>odl-dlux-core</artifactId>
45             <version>0.6.1-SNAPSHOT</version>
46             <type>xml</type>
47             <classifier>features</classifier>
48         </dependency>
49     </dependencies>
50 </project>