http-step-2.0.4.pom

Rundeck Http Step unspecified

Checksums

MD5 c05755839f6c09ff5974a4ba6f2d5f5e
SHA1 aaad607c202d0125fa0cb09f888b2d429ee84f0e
SHA256 150d1ae4a12017e2c5b120fe796dd599f4113946cc773b2f62fad9197763788a
SHA512 3c82d6030ec1fda0b3f9ff3d35ab33caef6b2408bb6c08e8b9722f2aabdd890a977bbf0ae4f92605f9de139ed9e5773bb48828a20d5ac3780600c9de13e20ba4

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.plugins</groupId>
  <artifactId>http-step</artifactId>
  <version>2.0.4</version>
  <name>Rundeck Http Step unspecified</name>
  <description>Rundeck Http Step unspecified</description>
  <url>https://github.com/rundeck-plugins/http-step</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-plugins/http-step.git</connection>
    <developerConnection>scm:git:git@github.com:rundeck-plugins/http-step.git</developerConnection>
    <url>https://github.com/rundeck-plugins/http-step</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.14</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.14.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>