<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.nagyesta.lowkey-vault</groupId>
  <artifactId>lowkey-vault-client</artifactId>
  <version>0.2.0</version>
  <name>Lowkey Vault - Client</name>
  <description>HTTP Client provider for Lowkey Vault tests.</description>
  <url>https://github.com/nagyesta/lowkey-vault</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/nagyesta/lowkey-vault/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nagyesta</id>
      <name>Istvan Zoltan Nagy</name>
      <url>https://github.com/nagyesta/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/nagyesta/lowkey-vault.git</connection>
    <developerConnection>scm:git:https://github.com/nagyesta/lowkey-vault.git</developerConnection>
    <url>https://github.com/nagyesta/lowkey-vault/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.azure</groupId>
      <artifactId>azure-security-keyvault-keys</artifactId>
      <version>4.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.13</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
