Bump to odlparent 3.1.6
[dlux.git] / features / odl-dlux-core / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>3.0.2</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.dlux</groupId>
22     <artifactId>odl-dlux-core</artifactId>
23     <version>0.7.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <name>Opendaylight dlux minimal feature</name>
27
28     <dependencies>
29         <!-- TODO
30             <feature>http</feature>
31         -->
32         <dependency>
33             <groupId>org.opendaylight.netconf</groupId>
34             <artifactId>odl-restconf</artifactId>
35             <version>1.7.0-SNAPSHOT</version>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>loader</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>loader.implementation</artifactId>
47             <version>${project.version}</version>
48         </dependency>
49         <dependency>
50             <groupId>${project.groupId}</groupId>
51             <artifactId>dlux.core</artifactId>
52             <version>${project.version}</version>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>dlux.common.login</artifactId>
57             <version>${project.version}</version>
58         </dependency>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>dlux.common.authentication</artifactId>
62             <version>${project.version}</version>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>dlux.common.navigation</artifactId>
67             <version>${project.version}</version>
68         </dependency>
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>dlux.common.topbar</artifactId>
72             <version>${project.version}</version>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>dlux.common.general</artifactId>
77             <version>${project.version}</version>
78         </dependency>
79         <dependency>
80             <!-- TODO start-level="90" -->
81             <groupId>${project.groupId}</groupId>
82             <artifactId>dlux.common.layout</artifactId>
83             <version>${project.version}</version>
84         </dependency>
85     </dependencies>
86
87 </project>