<?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>com.damick</groupId>
  <artifactId>dropwizard-metrics-cloudwatch</artifactId>
  <version>0.1.4</version>
  <name>dropwizard-metrics-cloudwatch</name>
  <description>Dropwizard Metrics Plugin for reporting to AWS CloudWatch.</description>
  <url>https://github.com/jdamick/dropwizard-metrics-cloudwatch</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jdamick</id>
      <name>Jeffrey Damick</name>
      <email>jeffrey.damick@gmail.com</email>
      <url>https://github.com/jdamick</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jdamick/dropwizard-metrics-cloudwatch.git</connection>
    <developerConnection>scm:git:git@github.com:jdamick/dropwizard-metrics-cloudwatch.git</developerConnection>
    <url>https://github.com/jdamick/dropwizard-metrics-cloudwatch</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-cloudwatch</artifactId>
      <version>1.9.18</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.dropwizard</groupId>
      <artifactId>dropwizard-metrics</artifactId>
      <version>0.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.blacklocus</groupId>
      <artifactId>metrics-cloudwatch</artifactId>
      <version>0.3.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>1.7.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.dropwizard</groupId>
      <artifactId>dropwizard-testing</artifactId>
      <version>0.7.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
