a04375c267b1bc75555270de142d341338154669
[serviceutils.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2018 Ericsson India Global Services Pvt Ltd. 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 INTERNAL
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent-lite</artifactId>
15     <version>4.0.8</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.serviceutils</groupId>
20   <artifactId>serviceutils-artifacts</artifactId>
21   <version>0.3.0-SNAPSHOT</version>
22   <packaging>pom</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: serviceutils :: ${project.artifactId}</name>
26
27   <dependencyManagement>
28     <dependencies>
29       <!-- Artifacts for downstream use -->
30       <dependency>
31         <groupId>${project.groupId}</groupId>
32         <artifactId>listener-api</artifactId>
33         <version>0.3.0-SNAPSHOT</version>
34       </dependency>
35       <dependency>
36         <groupId>${project.groupId}</groupId>
37         <artifactId>rpc-api</artifactId>
38         <version>0.3.0-SNAPSHOT</version>
39       </dependency>
40       <dependency>
41         <groupId>${project.groupId}</groupId>
42         <artifactId>srm-api</artifactId>
43         <version>0.3.0-SNAPSHOT</version>
44       </dependency>
45       <dependency>
46         <groupId>${project.groupId}</groupId>
47         <artifactId>tools-api</artifactId>
48         <version>0.3.0-SNAPSHOT</version>
49       </dependency>
50       <dependency>
51         <groupId>${project.groupId}</groupId>
52         <artifactId>upgrade</artifactId>
53         <version>0.3.0-SNAPSHOT</version>
54       </dependency>
55
56       <!-- Karaf Features -->
57       <dependency>
58         <groupId>${project.groupId}</groupId>
59         <artifactId>serviceutils-features</artifactId>
60         <version>${project.version}</version>
61         <classifier>features</classifier>
62         <type>xml</type>
63       </dependency>
64       <dependency>
65         <groupId>${project.groupId}</groupId>
66         <artifactId>odl-serviceutils-listener</artifactId>
67         <version>${project.version}</version>
68         <classifier>features</classifier>
69         <type>xml</type>
70       </dependency>
71       <dependency>
72         <groupId>${project.groupId}</groupId>
73         <artifactId>odl-serviceutils-rpc</artifactId>
74         <version>${project.version}</version>
75         <classifier>features</classifier>
76         <type>xml</type>
77       </dependency>
78       <dependency>
79         <groupId>${project.groupId}</groupId>
80         <artifactId>odl-serviceutils-srm</artifactId>
81         <version>${project.version}</version>
82         <classifier>features</classifier>
83         <type>xml</type>
84       </dependency>
85       <dependency>
86         <groupId>${project.groupId}</groupId>
87         <artifactId>odl-serviceutils-tools</artifactId>
88         <version>${project.version}</version>
89         <classifier>features</classifier>
90         <type>xml</type>
91       </dependency>
92     </dependencies>
93   </dependencyManagement>
94 </project>