sshj-plugin-0.1.25-grails7.pom
SSHJ Plugin unspecified
Checksums
| MD5 | 0f673880e2238255225d71b1c427ec02 |
| SHA1 | baa8ff34fc1d50b69c5186a625ee3afc96dc3011 |
| SHA256 | 3336ebccab37276ae4c48cef5e0e145f001ef14c0bf8972ad93e8f0d5b7a92ec |
| SHA512 | cf8fb2b92341fa0f53a6ec680e3e9cdf3c68ad6aaaae83d86456596ab6c25dfb2417f9e5885199ed101167c9552f224d52d6bcd344bb2a273c24e19db889e6cf |
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>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.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>6.0.0-SNAPSHOT</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.17.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>