<?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>org.http4k</groupId>
  <artifactId>http4k-testing-approval</artifactId>
  <version>4.16.2.0</version>
  <dependencies>
    <dependency>
      <groupId>org.http4k</groupId>
      <artifactId>http4k-core</artifactId>
      <version>4.16.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.javadev</groupId>
      <artifactId>underscore</artifactId>
      <version>1.70</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.8.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.natpryce</groupId>
      <artifactId>hamkrest</artifactId>
      <version>1.8.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.http4k</groupId>
      <artifactId>http4k-format-jackson-yaml</artifactId>
      <version>4.16.2.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <name>http4k-testing-approval</name>
  <description>Http4k support for Approval Testing</description>
  <url>https://http4k.org</url>
  <developers>
    <developer>
      <name>Ivan Sanchez</name>
      <email>ivan@http4k.org</email>
    </developer>
    <developer>
      <name>David Denton</name>
      <email>david@http4k.org</email>
    </developer>
  </developers>
  <scm>
    <url>git@github.com:http4k/http4k-testing-approval.git</url>
    <connection>scm:git:git@github.com:http4k/http4k.git</connection>
    <developerConnection>scm:git:git@github.com:http4k/http4k.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
</project>
