<?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.daml</groupId>
    <artifactId>transcode-codec-proto-java_3</artifactId>
    <packaging>jar</packaging>
    <description>transcode-codec-proto-java</description>
    <url>https://www.digitalasset.com</url>
    <version>3.5.3</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>transcode-codec-proto-java</name>
    <organization>
        <name>Digital Asset</name>
        <url>https://www.digitalasset.com</url>
    </organization>
    <scm>
        <url>https://github.com/digital-asset/canton</url>
        <connection>scm:git@github.com:digital-asset/canton.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Digital Asset SDK Feedback</id>
            <name>Digital Asset SDK Feedback</name>
            <url>https://www.digitalasset.com</url>
            <email>sdk-feedback@digitalasset.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.daml</groupId>
            <artifactId>transcode-schema_3</artifactId>
            <version>3.5.3</version>
        </dependency>
        <dependency>
            <groupId>com.digitalasset.canton</groupId>
            <artifactId>transcode-test-utils_3</artifactId>
            <version>3.5.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.daml</groupId>
            <artifactId>ledger-api-value-proto</artifactId>
            <version>3.5.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.6</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test_3</artifactId>
            <version>2.1.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test-sbt_3</artifactId>
            <version>2.1.7</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>