rundeck-s3-log-plugin-2.0.8-grails7.pom
S3 Log Plugin unspecified
Checksums
| MD5 | 7560b85cec5a3910dc27c566c113077a |
| SHA1 | e783cfb8ffe95c0fe8883ae09d6c6cf01011d669 |
| SHA256 | 804056cf55c2406d10783eea9c5973d7601d266814ca73ac9f62e729bc9c03bd |
| SHA512 | 0dc19ecfbac3d1bac633e61455a18212b9da9142ae62bd7660b0f8350965324d4aa243fadfac483c4ca543b353b5c3e3765dee5b06890d1fcabc961d0a517d3a |
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>rundeck-s3-log-plugin</artifactId>
<version>2.0.8-grails7</version>
<name>S3 Log Plugin unspecified</name>
<description>S3 Log Plugin unspecified</description>
<url>https://github.com/rundeck-plugins/rundeck-s3-log-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-s3-log-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/rundeck-s3-log-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/rundeck-s3-log-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.777</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-sts</artifactId>
<version>1.12.777</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>