|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>com.microsoft.azure</groupId> |
5 | | - <artifactId>msal4j</artifactId> |
6 | | - <version>0.3.0-preview</version> |
7 | | - <packaging>jar</packaging> |
8 | | - <name>msal4j</name> |
9 | | - <description> |
10 | | - Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and |
11 | | - school |
12 | | - accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft |
13 | | - identities |
14 | | - </description> |
15 | | - <url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url> |
16 | | - <developers> |
17 | | - <developer> |
18 | | - <id>msopentech</id> |
19 | | - <name>Microsoft Open Technologies, Inc.</name> |
20 | | - </developer> |
21 | | - </developers> |
22 | | - <licenses> |
23 | | - <license> |
24 | | - <name>MIT License</name> |
25 | | - </license> |
26 | | - </licenses> |
27 | | - <inceptionYear>2013</inceptionYear> |
28 | | - <scm> |
29 | | - <url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url> |
30 | | - </scm> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>com.microsoft.azure</groupId> |
| 5 | + <artifactId>msal4j</artifactId> |
| 6 | + <version>0.4.0-preview</version> |
| 7 | + <packaging>jar</packaging> |
| 8 | + <name>msal4j</name> |
| 9 | + <description> |
| 10 | + Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and school |
| 11 | + accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft |
| 12 | + identities |
| 13 | + </description> |
| 14 | + <url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url> |
| 15 | + <developers> |
| 16 | + <developer> |
| 17 | + <id>msopentech</id> |
| 18 | + <name>Microsoft Open Technologies, Inc.</name> |
| 19 | + </developer> |
| 20 | + </developers> |
| 21 | + <licenses> |
| 22 | + <license> |
| 23 | + <name>MIT License</name> |
| 24 | + </license> |
| 25 | + </licenses> |
| 26 | + <inceptionYear>2013</inceptionYear> |
| 27 | + <scm> |
| 28 | + <url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url> |
| 29 | + </scm> |
31 | 30 |
|
32 | 31 | <properties> |
33 | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
0 commit comments