vault-storage-2.0.3.pom
Vault Storage unspecified
Checksums
| MD5 | 649f8b917c28644fd65fded8e973ce91 |
| SHA1 | e1cf81cd19ada32a28bee0ad38e5dd270b945972 |
| SHA256 | 7f62cb3d51fc3f5fc1f274edeea8d96610afb383375e1ba6438dd66640c9ae29 |
| SHA512 | 6c3aaeefa862573995fafd2336593ea0bdb9d190217969fa718890196ca25b8b8b821660f74a6ddc1dbfb7e6236497322002e1d8e1a3025e83ae467f3d3141d1 |
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>2.0.3</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.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>