http-notification-2.0.3.pom

Http Notification unspecified

Checksums

MD5 ef73cec3115966e20ab211d0ec25029b
SHA1 1b4fe9741843ffe060263e0e1109641b6e2c183d
SHA256 70558cc1b6fae70738b86912c469437884afa262086929a05f16c7448776e966
SHA512 435c167fbaa87ba1e52aeb8a091e5e708aa205261869d98d57c2e20adabeede73d2ed8befe54b3507a3c97b1f40d363602df721ded2fd23e2768b8892cbe1f0a

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>http-notification</artifactId>
  <version>2.0.3</version>
  <name>Http Notification unspecified</name>
  <description>Http Notification unspecified</description>
  <url>https://github.com/rundeck-plugins/http-notification</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/http-notification.git</connection>
    <developerConnection>scm:git:git@github.com:rundeck-plugins/http-notification.git</developerConnection>
    <url>https://github.com/rundeck-plugins/http-notification</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>4.0.32</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.rundeck.plugins</groupId>
      <artifactId>http-step</artifactId>
      <version>2.0.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>