Bump versions to 1.9.3-SNAPSHOT
[serviceutils.git] / features / odl-infrautils-metrics / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.infrautils</groupId>
7     <artifactId>single-feature-parent</artifactId>
8     <version>1.9.3-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <artifactId>odl-infrautils-metrics</artifactId>
13   <packaging>feature</packaging>
14
15   <name>OpenDaylight :: Infrautils :: Metrics</name>
16
17   <dependencies>
18     <dependency>
19       <groupId>${project.groupId}</groupId>
20       <artifactId>metrics-impl</artifactId>
21     </dependency>
22     <dependency>
23       <!-- finalname="etc/org.opendaylight.infrautils.metrics.cfg" -->
24       <groupId>${project.groupId}</groupId>
25       <artifactId>metrics-impl</artifactId>
26       <type>cfg</type>
27       <classifier>config</classifier>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.odlparent</groupId>
31       <artifactId>odl-dropwizard-metrics</artifactId>
32       <classifier>features</classifier>
33       <type>xml</type>
34     </dependency>
35     <dependency>
36       <groupId>${project.groupId}</groupId>
37       <artifactId>odl-infrautils-utils</artifactId>
38       <classifier>features</classifier>
39       <type>xml</type>
40     </dependency>
41   </dependencies>
42
43 </project>