http-notification-2.0.5.pom

Http Notification unspecified

Checksums

MD5 a6cbdad1c282dac616c79cb8b2a90d5d
SHA1 b1682488a42db6f9643794c855f3a119d8e88946
SHA256 5d07d8bf5137ad6a78baadae8de4ea2455f73424371f164d87713517242faead
SHA512 8c3bebbbb4e564c2e62734a9580de99d630f30c944b048257cdc05cf7e94092133bbc734b05df048428d0eae57b97197be45620fe19c9e1fe46bd6b1177a4b5d

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.5</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.33</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.5</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>