http-step-1.1.20-grails7.pom
Rundeck Http Step unspecified
Checksums
| MD5 | a027befb632fd1b7f8e67444a988c00a |
| SHA1 | c23397934a625c433cbd8dbc2c2d987df7db0747 |
| SHA256 | c466ad00f9f6e58a5f740637892ed6e62b0a0e311ae67a54d9ed810e292c9265 |
| SHA512 | f621e3cb8268d50bda765f8be80882d36f15d7238ace8fc2ef2000c9981f030a6ef6a938668baf3d12b5c778327a141d9b0a63543d1353fad58a340a0635e30a |
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>1.1.20-grails7</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>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>