http-step-2.0.3.pom
Rundeck Http Step unspecified
Checksums
| MD5 | e5180041977c3ce9ccb00c6269fbdee4 |
| SHA1 | 88d2a5cf77aedcf5a07fb9b733d826b60dbc11ca |
| SHA256 | 0dde31851cab11506896b77f1c3e5f7002d942f91ee03cf59bd7d783fcf4b578 |
| SHA512 | f2020bc46505fd2cae55e7ccf24f84a159390aee225b83c754a606ad96fbcfe4edaae9c5d427c60b2763ebe069601559a154db0ec1d21084bfd4cbf357a827a4 |
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.3</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>