rundeck-ec2-nodes-plugin-1.8.7-grails7.pom
EC2 Nodes Plugin unspecified
Checksums
| MD5 | 1caaa412a34d90e40622ff6d3075059a |
| SHA1 | 69c152b6d2f560151a63df0a6f8ff2073348d05f |
| SHA256 | cab51af495ea8e262ae5f7eb0001556efe43cfd99a8e5bcbe1e5c16b7ee4c3b7 |
| SHA512 | 1a7170df8a3169382a195f6834932fe9f19101a6fb0d1c07cffcaa42b9571fac82ba8e35c3e8db3950295c80ca219d01cdbc54270b561c91e639232a6304b287 |
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>rundeck-ec2-nodes-plugin</artifactId>
<version>1.8.7-grails7</version>
<name>EC2 Nodes Plugin unspecified</name>
<description>EC2 Nodes Plugin unspecified</description>
<url>https://github.com/rundeck-plugins/rundeck-ec2-nodes-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>gschueler</id>
<name>Greg Schueler</name>
<email>greg@rundeck.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/rundeck-plugins/rundeck-ec2-nodes-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/rundeck-ec2-nodes-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/rundeck-ec2-nodes-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>5.14.0-rc1-20250722</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.780</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.780</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.11.0</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>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ec2</artifactId>
<version>1.12.780</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>