<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>parent</artifactId>
        <groupId>com.github.darwin-evolution</groupId>
        <version>0.9.1</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>darwin-jackson</artifactId>

    <name>Darwin - Jackson consumer</name>

    <dependencies>
        <dependency>
            <groupId>com.github.darwin-evolution</groupId>
            <artifactId>darwin</artifactId>
            <version>${project.version}</version>
        </dependency>

        <!-- this particular version is dictated by deployment environment
                feel free to bump it up -->
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.5.1</version>
        </dependency>
    </dependencies>

</project>
