http-step-2.0.6-grails8-alpha1.pom

Rundeck Http Step unspecified

Checksums

MD5 0199765548273f27ef10b966610e2784
SHA1 16e8600fb6011283ecb744f26c7c1dd703cd738d
SHA256 cef461368bd738499ec4c9a3e97cccff9721bb40e82a5c5a4b934da9227e59e6
SHA512 a8fded54445f863f5a800667b5e36b4179494b3e76c841546456709a767bcdb5a53ead2c954c2acd57c42ba9fd5a100089d4e5e97e8ce17e82d998e90bde1b33

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.6-grails8-alpha1</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>