sshj-plugin-0.1.25-grails7.pom
SSHJ Plugin unspecified
Checksums
| MD5 | a7b53a0b8e3699dd15dd4fc45783e4ec |
| SHA1 | 58e41d9d4a9797ec37a0101b4fe5bd606bc35dde |
| SHA256 | 39ca9f5fe767e8e8f4c4da76c7bcf0a689993860b61aad30bf24792270a27c6c |
| SHA512 | ea03315b7b1aeda9954ea5cfa0b55ec1af0cc95ad927972587d7fac9a7e8a48a0f0c70c4270201508ae2f73a9073dde06886f921006aa976ff422b817e1b4b3f |
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>sshj-plugin</artifactId>
<version>0.1.25-grails7</version>
<name>SSHJ Plugin unspecified</name>
<description>SSHJ Plugin unspecified</description>
<url>https://github.com/rundeck-plugins/sshj-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/sshj-plugin.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/sshj-plugin.git</developerConnection>
<url>https://github.com/rundeck-plugins/sshj-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</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>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.40.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>asn-one</artifactId>
<version>0.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.79</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.79</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.sf.expectit</groupId>
<artifactId>expectit-core</artifactId>
<version>0.9.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>