<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~
  ~  Copyright (c) Microsoft. All rights reserved.
  ~  Licensed under the MIT license. See LICENSE file in the project root for full license information.
  ~
  -->
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.microsoft.azure.sdk.iot.provisioning.security</groupId>
  <artifactId>security-provider</artifactId>
  <version>2.0.1</version>
  <name>Provisioning Security Provider</name>
  <description>The Microsoft Azure IoT Provisioning Security Provider for Java</description>
  <url>http://azure.github.io/azure-iot-sdk-java/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>microsoft</id>
      <name>Microsoft</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:Azure/azure-iot-sdk-java.git</connection>
    <developerConnection>scm:git:git@github.com:Azure/azure-iot-sdk-java.git</developerConnection>
    <url>https://github.com/Azure/azure-iot-sdk-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.14</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
