http-notification-1.0.23-grails7.pom

Http Notification unspecified

Checksums

MD5 e0c064c9c7603289464aea36be017309
SHA1 ad3edf65e884f070fd98ebe97779c6c83b7761f6
SHA256 06f61ed59e3f1b2bdf1a7084d9fba01b135ef96b4adccdc4bb6f31f47c190341
SHA512 041e198aa1cfa267a5ea4f5f8cb7df6a6133532bbb59aa6ddd49257244852c8f5c6b8c4a4356899ca7a8c1e3bca9dcfcd86844c272779bc831952ebf09303649

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>1.0.23-grails7</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.29</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>1.1.20-grails7</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>