slack-incoming-webhook-plugin-1.3.10-grails7.pom
Slack Incoming Webhook Plugin unspecified
Checksums
| MD5 | 52b1d3376f06cc5701de812def37e996 |
| SHA1 | f46a0e1f26860d5c4436ec608aaa38ebd7783b34 |
| SHA256 | 6d6364c6b4a3c7c7a264b3809f800c85a33d710ba152dbf9b0254d8c60461e1a |
| SHA512 | 57ddc628f7c87d34e431aa807d2281d35772087a9d85db73d7cf8a1f0ce51c1b4a687a5a80a3e9db701e8968c39291a6ccd67deb95326921bcf9c93b4e5b1b72 |
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>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.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.jcraft</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.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>