<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.newm.server</groupId>
  <artifactId>newm-tx-builder</artifactId>
  <version>0.14.0</version>
  <name>newm-tx-builder</name>
  <description>NEWM Cardano transaction builder</description>
  <url>https://github.com/projectNEWM/newm-server</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>https://github.com/projectNEWM/newm-server/blob/master/LICENSE</url>
      <distribution>https://github.com/projectNEWM/newm-server/blob/master/LICENSE</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>AndrewWestberg</id>
      <name>Andrew Westberg</name>
      <email>andrewwestberg@gmail.com</email>
      <organization>NEWM</organization>
      <organizationUrl>https://newm.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/projectNEWM/newm-server.git</connection>
    <developerConnection>scm:git:ssh://github.com/projectNEWM/newm-server.git</developerConnection>
    <url>https://github.com/projectNEWM/newm-server</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.newm</groupId>
      <artifactId>kogmios</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.newm.server</groupId>
      <artifactId>newm-chain-grpc</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.newm.server</groupId>
      <artifactId>newm-chain-util</artifactId>
      <version>0.14.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-jdk9</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.5.34</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.newm</groupId>
      <artifactId>com.google.iot.cbor</artifactId>
      <version>0.4.1-NEWM</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk18on</artifactId>
      <version>1.84</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.i2p.crypto</groupId>
      <artifactId>eddsa</artifactId>
      <version>0.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-numbers-fraction</artifactId>
      <version>1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
