META-INF.maven.com.jpmorgan.quorum.azure-key-vault.pom.xml Maven / Gradle / Ivy
<?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>