vault-storage-1.3.21-grails7.pom
Vault Storage unspecified
Checksums
| MD5 | eba92f4b5e644018a7266480e30655e8 |
| SHA1 | 8a45599179806a6eb869ba2f52e1e0b487180ca4 |
| SHA256 | 312ac2f98fd2dceb7b8a7ab5d682c338f0d9b6e842d154e68cdace7c9a8668b1 |
| SHA512 | 2022d3b469ec215305289fbbfa2847a990bbc577452d7bd37479ef9eeff6a40ced075f514354bed342049f9d812ad740b518d04514b77268c9f762bd8c590407 |
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>vault-storage</artifactId>
<version>1.3.21-grails7</version>
<name>Vault Storage unspecified</name>
<description>Vault Storage unspecified</description>
<url>https://github.com/rundeck-plugins/vault-storage</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/vault-storage.git</connection>
<developerConnection>scm:git:git@github.com:rundeck-plugins/vault-storage.git</developerConnection>
<url>https://github.com/rundeck-plugins/vault-storage</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.jopenlibs</groupId>
<artifactId>vault-java-driver</artifactId>
<version>6.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>