multiline-regex-datacapture-filter-1.1.9-grails7-grails7-upgrade.pom

Multiline Regex Datacapture Filter unspecified

Checksums

MD5 455659f511223fe2969978229d684efa
SHA1 03dcf7a5eba699e00ea5fdfe65dbe5e38e486cbc
SHA256 f4d2d44ecd9f9c89d7d34383bcd04003345b0dc9e52174a5454756d2ffd9928f
SHA512 8278f072ab09d2698a946814e556ff0f413d9769176d0920b1b1fa043abe279db236e50db9a153c1e3790a99da4199c8379307383b951599ecc89e2db679212a

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>multiline-regex-datacapture-filter</artifactId>
  <version>1.1.9-grails7-grails7-upgrade</version>
  <name>Multiline Regex Datacapture Filter unspecified</name>
  <description>Multiline Regex Datacapture Filter unspecified</description>
  <url>https://github.com/rundeck-plugins/multiline-regex-datacapture-filter-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/multiline-regex-datacapture-filter-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:rundeck-plugins/multiline-regex-datacapture-filter-plugin.git</developerConnection>
    <url>https://github.com/rundeck-plugins/multiline-regex-datacapture-filter-plugin</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.rundeck</groupId>
      <artifactId>rundeck-core</artifactId>
      <version>6.0.0-SNAPSHOT</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-lang</groupId>
          <artifactId>commons-lang</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>