All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.jpmorgan.quorum.azure-key-vault.pom.xml Maven / Gradle / Ivy

There is a newer version: 0.11.0.30092019161842
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>key-vault</artifactId>
        <groupId>com.jpmorgan.quorum</groupId>
        <version>0.10.6</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>azure-key-vault</artifactId>

    <dependencies>

        <dependency>
            <groupId>com.jpmorgan.quorum</groupId>
            <artifactId>config</artifactId>
        </dependency>

        <dependency>
            <groupId>com.microsoft.azure</groupId>
            <artifactId>azure-keyvault</artifactId>
        </dependency>

        <dependency>
            <groupId>com.microsoft.azure</groupId>
            <artifactId>adal4j</artifactId>
        </dependency>

        <dependency>
            <groupId>com.jpmorgan.quorum</groupId>
            <artifactId>key-vault-api</artifactId>
        </dependency>

    </dependencies>


    <build>
        <plugins>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-shade-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>shade</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

        </plugins>

    </build>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy