git-plugin-2.0.2.pom
Git Plugin unspecified
Checksums
| MD5 | 7b9ff4b9357cd39254299cd09fa35011 |
| SHA1 | 535cc82938b13bcb060791e7651be8cb555b7016 |
| SHA256 | 0eb49689656503376d9232ea2c954d2832e11775f0a31cb108d7eb408b0ed979 |
| SHA512 | b87a809ef0c64b71a54522d3a772adcda2f58d751be3179e0030783970fa0c5e588e7121b19c6fbf58bb7d77dcf8dabbc8d0fb788d4ca984ada5bb96e6e40891 |
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>git-plugin</artifactId>
<version>2.0.2</version>
<name>Git Plugin unspecified</name>
<description>Git Plugin unspecified</description>
<url>https://github.com/rundeck-plugins/git-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>ltamaster</id>
<name>Luis Toledo</name>
<email>luis@variacode.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/rundeck-plugins/git-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/git-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/git-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.18</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.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.10.1.202505221210-r</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
<version>6.10.1.202505221210-r</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>