fe1276863c701fbfae4405a19ea9b1e0038a8784
[serviceutils.git] / features / odl-infrautils-metrics-prometheus / 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.8.0-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <artifactId>odl-infrautils-metrics-prometheus</artifactId>
13   <packaging>feature</packaging>
14
15   <name>OpenDaylight :: Infrautils :: Metrics Prometheus Support</name>
16
17   <dependencies>
18     <dependency>
19       <groupId>${project.groupId}</groupId>
20       <artifactId>metrics-impl-prometheus</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>${project.groupId}</groupId>
24       <artifactId>odl-infrautils-utils</artifactId>
25       <classifier>features</classifier>
26       <type>xml</type>
27     </dependency>
28     <dependency>
29       <groupId>${project.groupId}</groupId>
30       <artifactId>odl-infrautils-metrics</artifactId>
31       <classifier>features</classifier>
32       <type>xml</type>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.odlparent</groupId>
36       <artifactId>odl-karaf-feat-jetty</artifactId>
37       <type>xml</type>
38       <classifier>features</classifier>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.odlparent</groupId>
42       <artifactId>odl-servlet-api</artifactId>
43       <type>xml</type>
44       <classifier>features</classifier>
45     </dependency>
46   </dependencies>
47
48 </project>