slack-incoming-webhook-plugin-2.0.3.pom
Slack Incoming Webhook Plugin unspecified
Checksums
| MD5 | 1d3533edaedacb049ae151fffe8bf33f |
| SHA1 | d5b2d683f7f580ac9163edf3ca98b9b2f521af18 |
| SHA256 | 95db1e0f95542ad254f818b86d4f797667dd197e4e1a894edcbd14a5c742851a |
| SHA512 | a66579aeae51f73bb797eb82c50131813fd8d949dfee9d3564b31d0d2667948b0469931f02422b04f31c578ec88dbd3859c71b7c215cfb827f756718c8d080da |
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>slack-incoming-webhook-plugin</artifactId>
<version>2.0.3</version>
<name>Slack Incoming Webhook Plugin unspecified</name>
<description>Slack Incoming Webhook Plugin unspecified</description>
<url>https://github.com/rundeck-plugins/slack-incoming-webhook-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/slack-incoming-webhook-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/slack-incoming-webhook-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/slack-incoming-webhook-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.34</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>