ansible-plugin-5.1.1.pom
Ansible Integration unspecified
Checksums
| MD5 | ddc3ab4970eec819be62d46e2f6f5cf1 |
| SHA1 | 6442887a0cc133bc3669a7c680e604fb65c24f8b |
| SHA256 | 36d7095af38058837c2466b58f643e02aa9a7f53e3dda1a48748fac335976066 |
| SHA512 | fd1178a0e0921a58b68b2e85bc03039dbedfe62f2616ceb1b47b90972d39c70f02d6e8923fe55d4ca2b1cbc61937eec70f61726ab0b160885e460e86a0a53e03 |
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>ansible-plugin</artifactId>
<version>5.1.1</version>
<name>Ansible Integration unspecified</name>
<description>Ansible Integration unspecified</description>
<url>https://github.com/rundeck-plugins/ansible-plugin</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>rundeck</id>
<name>Rundeck Engineering</name>
<email>product@rundeck.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/rundeck-plugins/ansible-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/ansible-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/ansible-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.33</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.28.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.14.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.22.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.22.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>