<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    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>com.swirlds</groupId>
  <artifactId>swirlds-cli</artifactId>
  <version>0.34.2</version>
  <name>swirlds-cli</name>
  <description>Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.</description>
  <url>https://www.swirlds.com/</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>Swirlds, Inc.</name>
    <url>https://www.swirlds.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache 2.0 License</name>
      <url>https://raw.githubusercontent.com/hashgraph/swirlds-open-review/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Nathan Klick</name>
      <email>nathan@swirldslabs.com</email>
      <organization>Swirlds Labs, Inc.</organization>
      <organizationUrl>https://www.swirldslabs.com</organizationUrl>
    </developer>
    <developer>
      <name>Lazar Petrovic</name>
      <email>lazar@swirldslabs.com</email>
      <organization>Swirlds Labs, Inc.</organization>
      <organizationUrl>https://www.swirldslabs.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/swirlds/swirlds-platform.git</connection>
    <developerConnection>scm:git:ssh://github.com:swirlds/swirlds-platform.git</developerConnection>
    <url>https://github.com/swirlds/swirlds-platform</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>info.picocli</groupId>
      <artifactId>picocli</artifactId>
      <version>4.6.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.classgraph</groupId>
      <artifactId>classgraph</artifactId>
      <version>4.8.65</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-nop</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
