http-step-1.1.19-grails7.pom
Checksums
|
MD5
|
97c6333e91c07947b6dde243fd05f80f
|
|
SHA1
|
ebea61297a0f2a28609acc9b51400a5cd6f2b262
|
|
SHA256
|
a86a757aefee718ba4686fffbc28858d6df38ca0bc7edbed84b0f4add4c27397
|
|
SHA512
|
9c5c4749551ba2dc877021837668c2236dd46c1bbd827c70948c54088c6f94c8f1fe5e94ae4b5275fefb267372d07f73f253ce6068392321028353c3bab3c1f8
|
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.19-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>