|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>com.microsoft.azure</groupId>
|
7 | 7 | <artifactId>msal4j-brokers</artifactId>
|
8 |
| - <version>1.0.0-beta</version> |
| 8 | + <version>1.0.2-beta</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 | <name>msal4j-brokers</name>
|
11 | 11 | <description>
|
12 |
| - Microsoft Authentication Library for Java - Brokers helps you integrate with the broker |
13 |
| - on windows machine to secure Access tokens and refresh tokens. |
| 12 | + Microsoft Authentication Library for Java - Brokers is a companion package for MSAL Java that allows easy integration with authentication brokers |
14 | 13 | </description>
|
15 | 14 | <url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url>
|
16 | 15 | <licenses>
|
|
35 | 34 | <dependency>
|
36 | 35 | <groupId>com.microsoft.azure</groupId>
|
37 | 36 | <artifactId>msal4j</artifactId>
|
38 |
| - <version>1.14.0-beta</version> |
| 37 | + <version>1.14.1-beta</version> |
39 | 38 | </dependency>
|
40 | 39 | <dependency>
|
41 | 40 | <groupId>com.microsoft.azure</groupId>
|
42 | 41 | <artifactId>javamsalruntime</artifactId>
|
43 |
| - <version>0.13.4</version> |
| 42 | + <version>0.13.8</version> |
44 | 43 | </dependency>
|
45 | 44 | <dependency>
|
46 | 45 | <groupId>org.projectlombok</groupId>
|
|
65 | 64 | <version>1.2.3</version>
|
66 | 65 | <scope>test</scope>
|
67 | 66 | </dependency>
|
| 67 | + <dependency> |
| 68 | + <groupId>commons-io</groupId> |
| 69 | + <artifactId>commons-io</artifactId> |
| 70 | + <version>2.11.0</version> |
| 71 | + <scope>test</scope> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>org.seleniumhq.selenium</groupId> |
| 75 | + <artifactId>selenium-api</artifactId> |
| 76 | + <version>3.14.0</version> |
| 77 | + <scope>test</scope> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>org.seleniumhq.selenium</groupId> |
| 81 | + <artifactId>selenium-chrome-driver</artifactId> |
| 82 | + <version>3.14.0</version> |
| 83 | + <scope>test</scope> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.seleniumhq.selenium</groupId> |
| 87 | + <artifactId>selenium-support</artifactId> |
| 88 | + <version>3.14.0</version> |
| 89 | + <scope>test</scope> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>com.azure</groupId> |
| 93 | + <artifactId>azure-core</artifactId> |
| 94 | + <version>1.22.0</version> |
| 95 | + <scope>test</scope> |
| 96 | + </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>com.azure</groupId> |
| 99 | + <artifactId>azure-security-keyvault-secrets</artifactId> |
| 100 | + <version>4.3.5</version> |
| 101 | + <scope>test</scope> |
| 102 | + </dependency> |
68 | 103 | </dependencies>
|
69 | 104 |
|
70 | 105 | <!-- force https -->
|
|
0 commit comments