<?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.digitalasset</groupId>
    <artifactId>functest-java_2.12</artifactId>
    <packaging>jar</packaging>
    <description>functest-java</description>
    <url>https://github.com/digital-asset/lib-daml-jvm-test</url>
    <version>0.1.3</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>functest-java</name>
    <inceptionYear>2019</inceptionYear>
    <organization>
        <name>Digital Asset</name>
        <url>https://github.com/digital-asset/lib-daml-jvm-test</url>
    </organization>
    <scm>
        <url>https://github.com/digital-asset/lib-daml-jvm-test</url>
        <connection>git@github.com:digital-asset/lib-daml-jvm-test.git</connection>
    </scm>
    <developers>
        <developer>
            <id>digital-asset</id>
            <name>Digital Asset SDK Feedback</name>
            <email>sdk-feedback@digitalasset.com</email>
            <url>https://github.com/digital-asset</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.8</version>
        </dependency>
        <dependency>
            <groupId>com.daml.ledger</groupId>
            <artifactId>bindings-java</artifactId>
            <version>100.13.12</version>
        </dependency>
        <dependency>
            <groupId>com.digitalasset</groupId>
            <artifactId>daml-lf-archive-scala_2.12</artifactId>
            <version>100.13.12</version>
        </dependency>
        <dependency>
            <groupId>com.daml.scala</groupId>
            <artifactId>bindings_2.12</artifactId>
            <version>100.13.12</version>
        </dependency>
        <dependency>
            <groupId>com.daml.ledger</groupId>
            <artifactId>bindings-rxjava</artifactId>
            <version>100.13.12</version>
        </dependency>
        <dependency>
            <groupId>org.clapper</groupId>
            <artifactId>grizzled-slf4j_2.12</artifactId>
            <version>1.3.4</version>
        </dependency>
        <dependency>
            <groupId>com.thesamet.scalapb</groupId>
            <artifactId>scalapb-json4s_2.12</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>1.23</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.3</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.6</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit-dep</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.spotify</groupId>
            <artifactId>hamcrest-optional</artifactId>
            <version>1.1.4</version>
        </dependency>
    </dependencies>
</project>