Bump upstreams
[serviceutils.git] / metrics / it / 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.infrautils</groupId>
15     <artifactId>itestutils-parent</artifactId>
16     <version>6.0.5</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.serviceutils</groupId>
21   <artifactId>metrics-it</artifactId>
22   <!-- <name> formatting is used by autorelease to parse and notify projects on
23        build failure. Please do not modify this unless you have a good reason. -->
24   <name>ODL :: serviceutils :: ${project.artifactId}</name>
25   <version>0.13.0-SNAPSHOT</version>
26
27   <dependencyManagement>
28     <dependencies>
29       <dependency>
30         <groupId>org.opendaylight.serviceutils</groupId>
31         <artifactId>serviceutils-artifacts</artifactId>
32         <version>${project.version}</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36     </dependencies>
37   </dependencyManagement>
38
39   <dependencies>
40     <dependency>
41       <groupId>org.opendaylight.serviceutils</groupId>
42       <artifactId>metrics-api</artifactId>
43     </dependency>
44
45     <dependency>
46       <groupId>org.opendaylight.serviceutils</groupId>
47       <artifactId>serviceutils-features</artifactId>
48       <type>xml</type>
49       <classifier>features</classifier>
50       <exclusions>
51         <exclusion>
52           <groupId>*</groupId>
53           <artifactId>*</artifactId>
54         </exclusion>
55       </exclusions>
56     </dependency>
57   </dependencies>
58 </project>