<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>uk.gov.ida</groupId>
  <artifactId>dropwizard-jade</artifactId>
  <version>1.3.8-10529</version>
  <name>Dropwizard Jade</name>
  <description>Dropwizard extension to use the Jade templating engine in Views</description>
  <url>https://github.com/alphagov/dropwizard-jade</url>
  <licenses>
    <license>
      <name>MIT Licence</name>
      <url>https://github.com/alphagov/dropwizard-logstash/blob/master/LICENCE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>GDS Developers</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/alphagov/dropwizard-jade.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:alphagov/dropwizard-jade.git</developerConnection>
    <url>https://github.com/alphagov/dropwizard-jade</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.dropwizard</groupId>
      <artifactId>dropwizard-views</artifactId>
      <version>1.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.neuland-bfi</groupId>
      <artifactId>jade4j</artifactId>
      <version>0.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>19.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.jersey.core</groupId>
      <artifactId>jersey-server</artifactId>
      <version>2.23.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
