<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2017. Eric He (eriche39@gmail.com)
  ~
  ~ This software is licensed under
  ~
  ~ MIT license
  ~
  -->

<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">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>orchestrator-core</artifactId>
    <version>1.1</version>
    <packaging>jar</packaging>

    <parent>
        <groupId>com.github.eriche39</groupId>
        <artifactId>orchestrator</artifactId>
        <version>1.1</version>
    </parent>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.24</version>
        </dependency>
    </dependencies>

</project>