Bump upstreams
[serviceutils.git] / features / odl-serviceutils-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.odlparent</groupId>
7     <artifactId>single-feature-parent</artifactId>
8     <version>13.0.10</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.serviceutils</groupId>
13   <artifactId>odl-serviceutils-metrics</artifactId>
14   <version>0.13.0-SNAPSHOT</version>
15   <packaging>feature</packaging>
16   <name>ODL :: serviceutils :: Metrics</name>
17
18   <dependencyManagement>
19     <dependencies>
20       <dependency>
21         <groupId>org.opendaylight.infrautils</groupId>
22         <artifactId>infrautils-artifacts</artifactId>
23         <version>6.0.5</version>
24         <scope>import</scope>
25         <type>pom</type>
26       </dependency>
27       <dependency>
28         <groupId>org.opendaylight.yangtools</groupId>
29         <artifactId>yangtools-artifacts</artifactId>
30         <version>11.0.5</version>
31         <scope>import</scope>
32         <type>pom</type>
33       </dependency>
34       <dependency>
35         <groupId>org.opendaylight.serviceutils</groupId>
36         <artifactId>serviceutils-artifacts</artifactId>
37         <version>0.13.0-SNAPSHOT</version>
38         <scope>import</scope>
39         <type>pom</type>
40       </dependency>
41     </dependencies>
42   </dependencyManagement>
43
44   <dependencies>
45     <dependency>
46       <groupId>${project.groupId}</groupId>
47       <artifactId>metrics-impl</artifactId>
48     </dependency>
49     <dependency>
50       <!-- finalname="etc/org.opendaylight.serviceutils.metrics.cfg" -->
51       <groupId>${project.groupId}</groupId>
52       <artifactId>metrics-impl</artifactId>
53       <type>cfg</type>
54       <classifier>config</classifier>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.odlparent</groupId>
58       <artifactId>odl-dropwizard-metrics</artifactId>
59       <classifier>features</classifier>
60       <type>xml</type>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>odl-yangtools-util</artifactId>
65       <classifier>features</classifier>
66       <type>xml</type>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.infrautils</groupId>
70       <artifactId>odl-infrautils-utils</artifactId>
71       <classifier>features</classifier>
72       <type>xml</type>
73     </dependency>
74   </dependencies>
75
76 </project>