attribute-match-node-enhancer-0.2.8-grails7.pom

Attribute Node Enhancer unspecified

Checksums

MD5 5020172be3ecdbd67fa030eb3cab56cc
SHA1 e522ee70d0545afe6cf51ded539a7b5b306a592b
SHA256 e1c1eddc1573b955d9e51c2f9ce85ac5c69dfccb39c13baf58b6c780d6c57086
SHA512 35a6b06fe380b9d46b492ab8e2116eca7a38508109455334c621ae51d45f1135d9aa95aea6397037e2e397182207575c7942c7737889506ce8090528e8abfff4

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>attribute-match-node-enhancer</artifactId>
  <version>0.2.8-grails7</version>
  <name>Attribute Node Enhancer unspecified</name>
  <description>Attribute Node Enhancer unspecified</description>
  <url>https://github.com/rundeck-plugins/attribute-match-node-enhancer</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/attribute-match-node-enhancer.git</connection>
    <developerConnection>scm:git:git@github.com:rundeck-plugins/attribute-match-node-enhancer.git</developerConnection>
    <url>https://github.com/rundeck-plugins/attribute-match-node-enhancer</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.google.guava</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>
  </dependencies>
</project>