|
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>1.20.1</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> |
| 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>1.20.1</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 Microsoft Entra (work and |
| 11 | + school 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> |
30 | 30 |
|
31 | 31 | <properties>
|
32 | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| 33 | + <skip.unit.tests>false</skip.unit.tests> |
| 34 | + <skip.integration.tests>false</skip.integration.tests> |
33 | 35 | </properties>
|
34 | 36 |
|
35 | 37 | <dependencies>
|
|
72 | 74 | </dependency>
|
73 | 75 |
|
74 | 76 | <!-- test dependencies -->
|
75 |
| - <dependency> |
76 |
| - <groupId>org.apache.commons</groupId> |
77 |
| - <artifactId>commons-text</artifactId> |
78 |
| - <version>1.10.0</version> |
79 |
| - <scope>test</scope> |
80 |
| - </dependency> |
81 | 77 | <dependency>
|
82 | 78 | <groupId>org.junit.jupiter</groupId>
|
83 | 79 | <artifactId>junit-jupiter-api</artifactId>
|
84 |
| - <version>5.9.2</version> |
| 80 | + <version>5.13.0</version> |
85 | 81 | <scope>test</scope>
|
86 | 82 | </dependency>
|
87 | 83 | <dependency>
|
88 | 84 | <groupId>org.junit.jupiter</groupId>
|
89 | 85 | <artifactId>junit-jupiter-params</artifactId>
|
90 |
| - <version>5.8.1</version> |
| 86 | + <version>5.13.0</version> |
91 | 87 | <scope>test</scope>
|
92 | 88 | </dependency>
|
93 | 89 | <dependency>
|
94 | 90 | <groupId>org.junit.jupiter</groupId>
|
95 | 91 | <artifactId>junit-jupiter-engine</artifactId>
|
96 |
| - <version>5.9.2</version> |
| 92 | + <version>5.13.0</version> |
97 | 93 | <scope>test</scope>
|
98 | 94 | </dependency>
|
99 | 95 | <dependency>
|
100 | 96 | <groupId>org.mockito</groupId>
|
101 | 97 | <artifactId>mockito-inline</artifactId>
|
102 |
| - <version>4.7.0</version> |
| 98 | + <version>4.11.0</version> |
103 | 99 | <scope>test</scope>
|
104 | 100 | </dependency>
|
105 | 101 | <dependency>
|
106 | 102 | <groupId>org.mockito</groupId>
|
107 | 103 | <artifactId>mockito-junit-jupiter</artifactId>
|
108 |
| - <version>4.7.0</version> |
| 104 | + <version>4.11.0</version> |
109 | 105 | <scope>test</scope>
|
110 | 106 | </dependency>
|
111 | 107 | <dependency>
|
|
114 | 110 | <version>1.14.5</version>
|
115 | 111 | <scope>test</scope>
|
116 | 112 | </dependency>
|
117 |
| - |
118 | 113 | <dependency>
|
119 | 114 | <groupId>org.skyscreamer</groupId>
|
120 | 115 | <artifactId>jsonassert</artifactId>
|
121 |
| - <version>1.5.0</version> |
122 |
| - <scope>test</scope> |
123 |
| - </dependency> |
124 |
| - <dependency> |
125 |
| - <groupId>org.apache.httpcomponents</groupId> |
126 |
| - <artifactId>httpclient</artifactId> |
127 |
| - <version>4.5.13</version> |
| 116 | + <version>1.5.3</version> |
128 | 117 | <scope>test</scope>
|
129 | 118 | </dependency>
|
130 | 119 | <dependency>
|
131 | 120 | <groupId>com.azure</groupId>
|
132 | 121 | <artifactId>azure-security-keyvault-secrets</artifactId>
|
133 |
| - <version>4.3.5</version> |
| 122 | + <version>4.9.4</version> |
134 | 123 | <scope>test</scope>
|
135 | 124 | </dependency>
|
136 | 125 | <dependency>
|
|
140 | 129 | <scope>test</scope>
|
141 | 130 | </dependency>
|
142 | 131 | <dependency>
|
143 |
| - <groupId>com.google.guava</groupId> |
144 |
| - <artifactId>guava</artifactId> |
145 |
| - <version>32.1.1-jre</version> |
146 |
| - <scope>test</scope> |
147 |
| - </dependency> |
148 |
| - <dependency> |
149 |
| - <groupId>ch.qos.logback</groupId> |
150 |
| - <artifactId>logback-classic</artifactId> |
151 |
| - <version>1.3.12</version> |
| 132 | + <groupId>org.apache.commons</groupId> |
| 133 | + <artifactId>commons-text</artifactId> |
| 134 | + <version>1.13.1</version> |
152 | 135 | <scope>test</scope>
|
153 | 136 | </dependency>
|
154 | 137 | <dependency>
|
|
205 | 188 | <executions>
|
206 | 189 | <execution>
|
207 | 190 | <id>check</id>
|
208 |
| - <goals><goal>check</goal></goals> |
| 191 | + <goals> |
| 192 | + <goal>check</goal> |
| 193 | + </goals> |
209 | 194 | </execution>
|
210 | 195 | </executions>
|
211 | 196 | </plugin>
|
|
233 | 218 | <addOutputDirectory>false</addOutputDirectory>
|
234 | 219 | </configuration>
|
235 | 220 | </plugin>
|
236 |
| - |
237 | 221 | <plugin>
|
238 | 222 | <groupId>org.apache.maven.plugins</groupId>
|
239 | 223 | <artifactId>maven-jar-plugin</artifactId>
|
|
254 | 238 | <version>3.5.2</version>
|
255 | 239 | <configuration>
|
256 | 240 | <argLine>@{argLine} -noverify</argLine>
|
| 241 | + <skipTests>${skip.unit.tests}</skipTests> |
257 | 242 | </configuration>
|
258 | 243 | </plugin>
|
259 |
| - |
260 | 244 | <plugin>
|
261 | 245 | <groupId>org.apache.maven.plugins</groupId>
|
262 | 246 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
331 | 315 | </goals>
|
332 | 316 | </execution>
|
333 | 317 | </executions>
|
| 318 | + <configuration> |
| 319 | + <skipTests>${skip.integration.tests}</skipTests> |
| 320 | + </configuration> |
334 | 321 | </plugin>
|
335 | 322 | <plugin>
|
336 | 323 | <groupId>biz.aQute.bnd</groupId>
|
|
363 | 350 | </execution>
|
364 | 351 | </executions>
|
365 | 352 | </plugin>
|
| 353 | + <plugin> |
| 354 | + <artifactId>maven-dependency-plugin</artifactId> |
| 355 | + <version>3.1.2</version> |
| 356 | + </plugin> |
366 | 357 | </plugins>
|
367 | 358 | </build>
|
368 | 359 | </project>
|
0 commit comments