<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.knotx</groupId>
  <artifactId>knotx-metrics-sender</artifactId>
  <version>1.4.0</version>
  <name>Knot.x Graphite Metrics Sender</name>
  <description>Knot.x Graphite Metrics Sender</description>
  <url>http://knotx.io</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>skejven</id>
      <name>Maciej Laskowski</name>
      <email>https://github.com/Skejven</email>
    </developer>
    <developer>
      <id>tomaszmichalak</id>
      <name>Tomasz Michalak</name>
      <email>https://github.com/tomaszmichalak</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Knotx/knotx-dashboard.git</connection>
    <developerConnection>scm:git:ssh://github.com:Knotx/knotx-dashboard.git</developerConnection>
    <url>http://knotx.io</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.knotx</groupId>
        <artifactId>knotx-dependencies</artifactId>
        <version>1.4.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-rx-java2</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-codegen</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-dropwizard-metrics</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.dropwizard.metrics</groupId>
      <artifactId>metrics-graphite</artifactId>
      <version>4.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
