Merge "Logging enchancements for genius"
[genius.git] / features / genius-features / 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>feature-repo-parent</artifactId>
16     <version>2.0.4</version>
17     <relativePath />
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>genius-features</artifactId>
22   <version>0.4.0-SNAPSHOT</version>
23   <name>ODL :: genius :: ${project.artifactId}</name>
24   <packaging>feature</packaging>
25
26   <dependencyManagement>
27     <dependencies>
28       <dependency>
29         <groupId>org.opendaylight.genius</groupId>
30         <artifactId>genius-artifacts</artifactId>
31         <version>${project.version}</version>
32         <type>pom</type>
33         <scope>import</scope>
34       </dependency>
35     </dependencies>
36   </dependencyManagement>
37
38   <dependencies>
39     <dependency>
40       <groupId>${project.groupId}</groupId>
41       <artifactId>odl-genius-api</artifactId>
42       <version>${project.version}</version>
43       <classifier>features</classifier>
44       <type>xml</type>
45     </dependency>
46     <dependency>
47       <groupId>${project.groupId}</groupId>
48       <artifactId>odl-genius</artifactId>
49       <version>${project.version}</version>
50       <classifier>features</classifier>
51       <type>xml</type>
52     </dependency>
53     <dependency>
54       <groupId>${project.groupId}</groupId>
55       <artifactId>odl-genius-rest</artifactId>
56       <version>${project.version}</version>
57       <classifier>features</classifier>
58       <type>xml</type>
59     </dependency>
60     <dependency>
61       <groupId>${project.groupId}</groupId>
62       <artifactId>odl-genius-fcaps-framework</artifactId>
63       <version>${project.version}</version>
64       <classifier>features</classifier>
65       <type>xml</type>
66     </dependency>
67     <dependency>
68       <groupId>${project.groupId}</groupId>
69       <artifactId>odl-genius-fcaps-application</artifactId>
70       <version>${project.version}</version>
71       <classifier>features</classifier>
72       <type>xml</type>
73     </dependency>
74   </dependencies>
75 </project>