slack-incoming-webhook-plugin-2.0.4.pom
Slack Incoming Webhook Plugin unspecified
Checksums
| MD5 | 54e68e2e15c3c67d80078eddffde6b02 |
| SHA1 | fa89bd05695a20c363f7d6cd91f40b97c56a39f7 |
| SHA256 | 27d699a7b00915f9f21842b1cdfe5eb0d7724b072ba46e69960ff256e007920a |
| SHA512 | d5b599f298de6e51066c0240590530aee2beda9991586cf7897b3558f891cb4a125aeb762fd6f2b7de89d184735e270dfcfecf733079825fb2b2b40569e9cdc3 |
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.4</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.35</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>