multiline-regex-datacapture-filter-1.1.9-grails7.pom
Multiline Regex Datacapture Filter unspecified
Checksums
| MD5 | ccbc55337e7f7a0de5cec234727db21f |
| SHA1 | 49401064a8b434bb440a676cf0bb37030b6787c3 |
| SHA256 | bfddce4f5ac585e231ecfd95fa59703c0cc3c9d58fdccf05eb26c65c16eadae3 |
| SHA512 | 9a721448676a7d158dc4c529d1496b1f6f013e0ce9739d19a63e848d369703601773ad189aa41826d1cd04f4b0d317273abb9164db3698bddce8f0323eca53eb |
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</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>