<?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.47deg</groupId>
    <artifactId>intools-auth_3</artifactId>
    <packaging>jar</packaging>
    <description>A simple library for decoding the JWT header for the InTools environment</description>
    <url>https://github.com/47deg/intools-jwt</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://api.github.com/licenses/apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>intools-auth</name>
    <inceptionYear>2022</inceptionYear>
    <organization>
        <name>47 Degrees</name>
        <url>https://www.47deg.com</url>
    </organization>
    <scm>
        <url>https://github.com/47deg/intools-jwt</url>
        <connection>scm:git:https://github.com/47deg/intools-jwt.git</connection>
        <developerConnection>scm:git:git@github.com:47deg/intools-jwt.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>Yawolf</id>
            <name>Yago Cervantes</name>
            <url>https://github.com/Yawolf</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_3</artifactId>
            <version>3.3.11</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-extras_3</artifactId>
            <version>0.14.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_3</artifactId>
            <version>0.14.1</version>
        </dependency>
        <dependency>
            <groupId>com.github.jwt-scala</groupId>
            <artifactId>jwt-core_3</artifactId>
            <version>9.0.5</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.tapir</groupId>
            <artifactId>tapir-core_3</artifactId>
            <version>1.0.0-M9</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_3</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit-scalacheck_3</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.chrisdavenport</groupId>
            <artifactId>cats-scalacheck_3</artifactId>
            <version>0.3.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>