<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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.microsoft.graph</groupId>
  <artifactId>microsoft-graph-auth</artifactId>
  <version>0.3.0</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.oltu.oauth2</groupId>
      <artifactId>org.apache.oltu.oauth2.client</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.microsoft.graph</groupId>
      <artifactId>microsoft-graph-core</artifactId>
      <version>1.0.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.microsoft.graph</groupId>
      <artifactId>microsoft-graph</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <description>Microsoft Graph SDK Auth</description>
  <name>Microsoft Graph Java SDK Auth</name>
  <url>https://github.com/microsoftgraph/msgraph-sdk-java-auth</url>
  <organization>
    <name>Microsoft</name>
    <url>https://github.com/microsoftgraph/msgraph-sdk-java-auth</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/microsoftgraph/msgraph-sdk-java-auth/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/microsoftgraph/msgraph-sdk-java-auth</url>
    <connection>scm:git:git://github.com/microsoftgraph/msgraph-sdk-java-auth.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:microsoftgraph/msgraph-sdk-java-auth.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Microsoft</name>
    </developer>
  </developers>
</project>
