|
33 | 33 | <maven.compiler.target>11</maven.compiler.target>
|
34 | 34 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
35 | 35 | <microsoft-graph.version>6.20.0</microsoft-graph.version>
|
36 |
| - <microsoft-kiota.version>1.7.0</microsoft-kiota.version> |
37 | 36 | <wiremock.version>3.3.1</wiremock.version>
|
38 | 37 | <msal4j.version>1.17.2</msal4j.version>
|
39 | 38 | <kotlin-stdlib.version>2.0.21</kotlin-stdlib.version>
|
40 | 39 | </properties>
|
41 | 40 |
|
42 | 41 | <dependencyManagement>
|
43 | 42 | <dependencies>
|
44 |
| - <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update --> |
| 43 | + <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update >1.7.2 --> |
45 | 44 | <dependency>
|
46 | 45 | <groupId>net.minidev</groupId>
|
47 | 46 | <artifactId>json-smart</artifactId>
|
48 | 47 | <version>2.5.1</version>
|
49 | 48 | </dependency>
|
50 |
| - <!-- avoid com.microsoft.kiota Dependency convergence errors / outdated versions |
51 |
| - since microsoft-graph-core 6.18.0 |
52 |
| - --> |
53 |
| - <dependency> |
54 |
| - <groupId>com.microsoft.kiota</groupId> |
55 |
| - <artifactId>microsoft-kiota-serialization-json</artifactId> |
56 |
| - <version>${microsoft-kiota.version}</version> |
57 |
| - </dependency> |
58 |
| - <dependency> |
59 |
| - <groupId>com.microsoft.kiota</groupId> |
60 |
| - <artifactId>microsoft-kiota-serialization-form</artifactId> |
61 |
| - <version>${microsoft-kiota.version}</version> |
62 |
| - </dependency> |
63 |
| - <dependency> |
64 |
| - <groupId>com.microsoft.kiota</groupId> |
65 |
| - <artifactId>microsoft-kiota-authentication-azure</artifactId> |
66 |
| - <version>${microsoft-kiota.version}</version> |
67 |
| - </dependency> |
68 |
| - <dependency> |
69 |
| - <groupId>com.microsoft.kiota</groupId> |
70 |
| - <artifactId>microsoft-kiota-http-okHttp</artifactId> |
71 |
| - <version>${microsoft-kiota.version}</version> |
72 |
| - </dependency> |
73 |
| - <dependency> |
74 |
| - <groupId>com.microsoft.kiota</groupId> |
75 |
| - <artifactId>microsoft-kiota-abstractions</artifactId> |
76 |
| - <version>${microsoft-kiota.version}</version> |
77 |
| - </dependency> |
78 |
| - <dependency> |
79 |
| - <groupId>com.microsoft.kiota</groupId> |
80 |
| - <artifactId>microsoft-kiota-serialization-text</artifactId> |
81 |
| - <version>${microsoft-kiota.version}</version> |
82 |
| - </dependency> |
83 |
| - <dependency> |
84 |
| - <groupId>com.microsoft.kiota</groupId> |
85 |
| - <artifactId>microsoft-kiota-serialization-multipart</artifactId> |
86 |
| - <version>${microsoft-kiota.version}</version> |
87 |
| - </dependency> |
88 | 49 | </dependencies>
|
89 | 50 | </dependencyManagement>
|
90 | 51 |
|
|
0 commit comments