rd-api-client-2.2.1.pom
Rundeck API Library 2.2.1
Checksums
| MD5 | b11a3b1e44fc90ecd201d7cca9832c74 |
| SHA1 | 7c8766982753939955b88d578f2803d080000658 |
| SHA256 | 85c4c31da061fa61ab26540a9b974f4e8dd59bf1d2f491af970ef35b83da42bc |
| SHA512 | 33fd695c42e005a99f7533eb3f0ba6b360e94d12ee27aa94f66ec1f9272f712193ccce2c7bffa5f8c90b4115c7306d826882c5b7f132ecf4d9f5b9b6b2801714 |
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.api</groupId>
<artifactId>rd-api-client</artifactId>
<version>2.2.1</version>
<name>Rundeck API Library 2.2.1</name>
<description>Rundeck API Library 2.2.1</description>
<url>https://github.com/rundeck/rundeck-cli</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/rundeck-cli.git</connection>
<developerConnection>scm:git:git@github.com:rundeck/rundeck-cli.git</developerConnection>
<url>https://github.com/rundeck/rundeck-cli</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jaxb</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>4.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>