<?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.github.mlk</groupId>
  <artifactId>spring-boot-exceptions</artifactId>
  <version>1.0.$System.env.CIRCLE_BUILD_NUM</version>
  <name>Spring Boot Exceptions</name>
  <description>Simple exceptions-to-Spring Boot web Exceptions</description>
  <url>https://www.github.com/mlk/spring-boot-exceptions</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.github.com/mlk/spring-boot-exceptions/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mlk</id>
      <name>Michael Lee</name>
      <email>pom@michael-lloyd-lee.me.uk</email>
    </developer>
    <developer>
      <id>fergusstrange</id>
      <name>Fergus Strange</name>
    </developer>
    <developer>
      <id>steinfletcher</id>
      <name>Stein Fletcher</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://www.github.com/mlk/spring-boot-exceptions/</connection>
    <url>https://www.github.com/mlk/spring-boot-exceptions/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>1.5.1.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
      <version>1.5.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>21.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>1.5.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
