<?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.clovellytech</groupId>
    <artifactId>tsec-cipher-jca_2.13</artifactId>
    <packaging>jar</packaging>
    <description>tsec-cipher-jca</description>
    <url>https://github.com/jmcardon/tsec</url>
    <version>0.2.0.2</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>tsec-cipher-jca</name>
    <organization>
        <name>com.clovellytech</name>
        <url>https://github.com/jmcardon/tsec</url>
    </organization>
    <scm>
        <url>https://github.com/jmcardon/tsec</url>
        <connection>git@github.com:jmcardon/tsec.git</connection>
    </scm>
    <developers>
        <developer>
            <id>jmcardon</id>
            <name>Jose Cardona</name>
            <url>https://github.com/jmcardon</url>
        </developer>
        <developer>
            <id>rsoeldner</id>
            <name>Robert Soeldner</name>
            <url>https://github.com/rsoeldner</url>
        </developer>
        <developer>
            <id>hrhino</id>
            <name>Harrison Houghton</name>
            <url>https://github.com/hrhino</url>
        </developer>
        <developer>
            <id>aeons</id>
            <name>Bjørn Madsen</name>
            <url>https://github.com/aeons</url>
        </developer>
        <developer>
            <id>ChristopherDavenport</id>
            <name>Christopher Davenport</name>
            <url>https://github.com/ChristopherDavenport</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.1</version>
        </dependency>
        <dependency>
            <groupId>com.clovellytech</groupId>
            <artifactId>tsec-common_2.13</artifactId>
            <version>0.2.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.clovellytech</groupId>
            <artifactId>tsec-cipher-core_2.13</artifactId>
            <version>0.2.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.1.0-SNAP13</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalatestplus-scalacheck_2.13</artifactId>
            <version>1.0.0-SNAP8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.14.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.14</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-io_2.13</artifactId>
            <version>2.2.2</version>
        </dependency>
    </dependencies>
</project>