rd-cli-tool-2.2.0.pom

Rundeck CLI Tool Executable Jar

Checksums

MD5 a727fa3c75b85b7138d59d701e4b2f76
SHA1 b0185afec3f638fb659d0d35160e0431972c504c
SHA256 664f6c15f919c4fe43c3f502b9e490e263732667c17f775341c5906475517d25
SHA512 621d563cd77748705a452d80eee605fd93c592718f6145c2accb7a4d0a8cf5f35a9d70fc24be80654ef13ac877d1e1544da79b2afd45ce78ba5f5d39bf2b1181

POM

<?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>org.rundeck.rd</groupId>
  <artifactId>rd-cli-tool</artifactId>
  <version>2.2.0</version>
  <name>Rundeck CLI Tool 2.2.0</name>
  <description>Rundeck CLI Tool Executable Jar</description>
  <url>https://github.com/rundeck/rundeck-cli</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gschueler</id>
      <name>Greg Schueler</name>
      <email>greg@rundeck.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/rundeck/rundeck-cli.git</connection>
    <developerConnection>scm:git:git@github.com:rundeck/rundeck-cli.git</developerConnection>
    <url>https://github.com/rundeck/rundeck-cli</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.rundeck.cli</groupId>
      <artifactId>rd-cli-lib</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.rundeck.api</groupId>
      <artifactId>rd-api-client</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-base</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-enterprise</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-acl</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>info.picocli</groupId>
      <artifactId>picocli</artifactId>
      <version>4.7.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>