slack-incoming-webhook-plugin-2.0.2.pom

Slack Incoming Webhook Plugin unspecified

Checksums

MD5 d4cc1f83d7c332f1b25307f09e746db7
SHA1 a482b17953e5a29b35c32bbb1759da06a5b4d71a
SHA256 2959d0b3c78be3d1b512c55d134ba5f180e69f2ceca78739aa7c64678c23073d
SHA512 65651d649897235e54aae7ddf0ecec0c4873cb5d73286e995fdcbc4058f45e287dd51d81b425135c85bf5318a24d499d4757851cac6990163909e48994560692

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.2</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>