http-step-1.1.20-grails7.pom
Checksums
|
MD5
|
8b539b9315dd39b8d09759305301b502
|
|
SHA1
|
f14d2959515306b08551063bdedb4a8f6c30256c
|
|
SHA256
|
0a18084b695c46b9de6d2cd73309d8e4a8a0bd8e8146b1bd3ceb453053be5d56
|
|
SHA512
|
8fa8238d2c3f95333867933922a87bc024ba2e5ff128f9e3d955d50ab8aa3ae1d4a4e804f6e164d9dd7a79664f7efdf432686490b1ea4654ec642c903affb1e8
|
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>com.rundeck.plugins</groupId>
<artifactId>http-step</artifactId>
<version>1.1.20-grails7</version>
<dependencies>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.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>