<?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.phasmidsoftware</groupId>
    <artifactId>tableparser_2.13</artifactId>
    <packaging>jar</packaging>
    <description>This project is a Scala library for facilitate comparisons in a functional style.</description>
    <url>https://github.com/rchillyard/TableParser</url>
    <version>1.0.14</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>TableParser</name>
    <organization>
        <name>Phasmid Software</name>
        <url>https://phasmidsoftware.com/</url>
    </organization>
    <scm>
        <url>https://github.com/rchillyard/TableParser</url>
        <connection>scm:git@github.com:rchillyard/TableParser.git</connection>
    </scm>
    <developers>
        <developer>
            <id>rchillyard</id>
            <name>Robin Hillyard</name>
            <url>https://phasmidsoftware.com</url>
            <email>rchillyard@phasmidsoftware.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.6</version>
        </dependency>
        <dependency>
            <groupId>com.phasmidsoftware</groupId>
            <artifactId>flog_2.13</artifactId>
            <version>1.0.8</version>
        </dependency>
        <dependency>
            <groupId>io.spray</groupId>
            <artifactId>spray-json_2.13</artifactId>
            <version>1.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-parser-combinators_2.13</artifactId>
            <version>1.1.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.nscala-time</groupId>
            <artifactId>nscala-time_2.13</artifactId>
            <version>2.28.0</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.6</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_2.13</artifactId>
            <version>3.9.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.9</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>