vault-storage-1.3.21-grails7.pom
Checksums
|
MD5
|
6d17b244c7e93b758f34d40a2fc000cd
|
|
SHA1
|
f9e51bba4912eaf0fba979cee50759a97644d270
|
|
SHA256
|
decff91e4a2cc4d18e4d337fc95daca3210fcf01dc24ffe41767f0c9ba2a43f7
|
|
SHA512
|
b2721a8703e1b391255068075c00866c072bbdd7bac85a531c719f05534599328369ef0aac5e9edb1a1d11859c771f6ba4ef84a48eff446b37ec027a580cb9cd
|
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>vault-storage</artifactId>
<version>1.3.21-grails7</version>
<dependencies>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>6.0.0-SNAPSHOT</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>io.github.jopenlibs</groupId>
<artifactId>vault-java-driver</artifactId>
<version>6.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>