Adjust for odlparent 3 / yangtools 2
[genius.git] / artifacts / 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>odlparent-lite</artifactId>
16     <version>3.0.2</version>
17     <relativePath />
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>genius-artifacts</artifactId>
22   <version>0.4.0-SNAPSHOT</version>
23   <packaging>pom</packaging>
24   <!-- <name> formatting is used by autorelease to parse and notify projects on
25        build failure. Please do not modify this unless you have a good reason. -->
26   <name>ODL :: genius :: ${project.artifactId}</name>
27
28   <dependencyManagement>
29     <dependencies>
30       <!-- Karaf 3 -->
31       <dependency>
32         <groupId>${project.groupId}</groupId>
33         <artifactId>genius-features</artifactId>
34         <version>${project.version}</version>
35         <classifier>features</classifier>
36         <type>xml</type>
37       </dependency>
38
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   </dependencyManagement>
76 </project>