rd-cli-tool-2.2.1.pom

Rundeck CLI Tool Executable Jar

Checksums

MD5 68e386454833aad4a6cd660cea200b55
SHA1 34a3d1d73e02291468228f9ef6059910852cee2a
SHA256 8d96eefc16a5cb1f4f742f16e003f0bd66fb8acf63fab8d42637c5bcef69e9eb
SHA512 c506b70e7cea5c1b532b7c13359bc017e07de986aeadb411cc5c27612580c1f046863ec49fab0f48d72947cba6f1c6f76cf38f45e731176308068a1af9c5e014

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.1</version>
  <name>Rundeck CLI Tool 2.2.1</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.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.rundeck.api</groupId>
      <artifactId>rd-api-client</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-base</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-enterprise</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>rundeck-cli</groupId>
      <artifactId>rd-cli-acl</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>info.picocli</groupId>
      <artifactId>picocli</artifactId>
      <version>4.7.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>