slack-incoming-webhook-plugin-1.3.10-grails7.pom
Slack Incoming Webhook Plugin unspecified
Checksums
| MD5 | f7d86777fd00c254809117d069bffebc |
| SHA1 | fe8e3281791f71135d2f63f300acd9732f066708 |
| SHA256 | 1e3378c076636e6a5e0c99cac6fce72ca8c198d7b372d22be4a29be0dc05df44 |
| SHA512 | 884e99d0553a272323755055c06d92725118e69fad4824ae7e141eddcab1ef12605b322996884b66daaa1ae4e5e7226b9e1de9d22204ca5489031b4b51f4cfdd |
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>1.3.10-grails7</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>