<?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.flextrade.jfixture</groupId>
    <artifactId>jfixture-scala_3</artifactId>
    <packaging>jar</packaging>
    <description>JFixture-Scala adds support for scala types and collections to JFixture</description>
    <url>https://github.com/FlexTradeUKLtd/jfixture-scala</url>
    <version>1.3.0</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>jfixture-scala</name>
    <inceptionYear>2008</inceptionYear>
    <organization>
        <name>FlexTrade</name>
        <url>http://www.flextrade.com/</url>
    </organization>
    <scm>
        <url>http://github.com/FlexTradeUKLtd/jfixture-scala.git</url>
        <connection>scm:git@github.com:FlexTradeUKLtd/jfixture-scala.git</connection>
    </scm>
    <developers>
        <developer>
            <id>FlexTradeUKLtd</id>
            <name>FlexTrade UK Ltd</name>
            <url>http://www.flextrade.com/</url>
            <email>opensource@flextrade.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.flextrade.jfixture</groupId>
            <artifactId>jfixture</artifactId>
            <version>2.7.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.github.gaeljw</groupId>
            <artifactId>typetrees_3</artifactId>
            <version>0.5.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.4</version>
        </dependency>
    </dependencies>
</project>