<?xml version="1.0" encoding="UTF-8"?>
<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>org.mvnpm.at.azure</groupId>
  <artifactId>msal-node</artifactId>
  <version>5.2.5</version>
  <name>azure msal-node</name>
  <description>Microsoft Authentication Library for Node</description>
  <url>https://github.com/AzureAD/microsoft-authentication-library-for-js#readme</url>
  <organization>
    <name>Microsoft</name>
    <url>https://github.com/AzureAD/microsoft-authentication-library-for-js#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>azuread</name>
      <email>nugetaad@microsoft.com</email>
    </developer>
    <developer>
      <name>neagrawa</name>
      <email>nehaagrawal30@gmail.com</email>
    </developer>
    <developer>
      <name>manrath</name>
      <email>manrath@microsoft.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/AzureAD/microsoft-authentication-library-for-js.git</connection>
    <developerConnection>https://github.com/AzureAD/microsoft-authentication-library-for-js.git</developerConnection>
    <url>https://github.com/AzureAD/microsoft-authentication-library-for-js</url>
  </scm>
  <issueManagement>
    <url>https://github.com/AzureAD/microsoft-authentication-library-for-js/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-jsonwebtoken.version>[9.0.0,10)</org.mvnpm-jsonwebtoken.version>
    <org.mvnpm.at.azure-msal-common.version>16.9.0</org.mvnpm.at.azure-msal-common.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.azure</groupId>
      <artifactId>msal-common</artifactId>
      <version>${org.mvnpm.at.azure-msal-common.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>jsonwebtoken</artifactId>
      <version>${org.mvnpm-jsonwebtoken.version}</version>
    </dependency>
  </dependencies>
</project>
