<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.dwolla</groupId>
    <artifactId>epimetheus-server-root_2.12</artifactId>
    <packaging>jar</packaging>
    <description>epimetheus-server-root</description>
    <url>https://github.com/Dwolla/epimetheus-server</url>
    <version>7.1.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>epimetheus-server-root</name>
    <inceptionYear>2022</inceptionYear>
    <organization>
        <name>Dwolla</name>
        <url>https://github.com/Dwolla/epimetheus-server</url>
    </organization>
    <scm>
        <url>https://github.com/Dwolla/epimetheus-server</url>
        <connection>scm:git:https://github.com/Dwolla/epimetheus-server.git</connection>
        <developerConnection>scm:git:git@github.com:Dwolla/epimetheus-server.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>bpholt</id>
            <name>Brian Holt</name>
            <url>https://github.com/bpholt</url>
            <email>@bpholt</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/com.dwolla/epimetheus-server-root_2.12/7.1.0/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.17</version>
        </dependency>
    </dependencies>
</project>