<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.davidb</groupId>
  <artifactId>metrics-influxdb</artifactId>
  <version>0.8.2</version>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.dropwizard.metrics</groupId>
      <artifactId>metrics-core</artifactId>
      <version>3.1.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <description>A reporter for metrics which announces measurements to an InfluxDB server.</description>
  <name>metrics-influxdb</name>
  <url>https://github.com/davidB/metrics-influxdb</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>Public domain (CC0-1.0)</name>
      <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/davidB/metrics-influxdb.git</connection>
    <developerConnection>scm:git:git@github.com:davidB/metrics-influxdb.git</developerConnection>
    <url>https://github.com/davidB/metrics-influxdb/</url>
  </scm>
  <developers>
    <developer>
      <id>davidB</id>
      <name>David Bernard</name>
    </developer>
    <developer>
      <id>McFoggy</id>
      <name>Matthieu Brouillard</name>
      <email>matthieu@brouillard.fr</email>
    </developer>
  </developers>
</project>
