File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
hadoop-yarn-server-resourcemanager
hadoop-yarn-server-router Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ com.google.http-client:google-http-client:1.46.3
269
269
com.google.j2objc:j2objc-annotations:3.0.0
270
270
com.google.oauth-client:google-oauth-client:1.37.0
271
271
com.microsoft.azure:azure-storage:7.0.0
272
- com.nimbusds:nimbus-jose-jwt:9.37.2
272
+ com.nimbusds:nimbus-jose-jwt:10.4
273
273
com.zaxxer:HikariCP:4.0.3
274
274
commons-beanutils:commons-beanutils:1.9.4
275
275
commons-cli:commons-cli:1.9.0
Original file line number Diff line number Diff line change 245
245
<openssl-wildfly .version>2.1.4.Final</openssl-wildfly .version>
246
246
<jsonschema2pojo .version>1.0.2</jsonschema2pojo .version>
247
247
<woodstox .version>5.4.0</woodstox .version>
248
- <nimbus-jose-jwt .version>9.37.2</nimbus-jose-jwt .version>
248
+ <nimbus-jose-jwt .version>10.4</nimbus-jose-jwt .version>
249
+ <jcip-annotations .version>1.0-1</jcip-annotations .version>
249
250
<nodejs .version>v12.22.1</nodejs .version>
250
251
<yarnpkg .version>v1.22.5</yarnpkg .version>
251
252
<apache-ant .version>1.10.13</apache-ant .version>
1551
1552
<artifactId >jsr305</artifactId >
1552
1553
<version >3.0.2</version >
1553
1554
</dependency >
1555
+ <dependency >
1556
+ <groupId >com.github.stephenc.jcip</groupId >
1557
+ <artifactId >jcip-annotations</artifactId >
1558
+ <version >${jcip-annotations.version} </version >
1559
+ </dependency >
1554
1560
<dependency >
1555
1561
<groupId >jakarta.xml.bind</groupId >
1556
1562
<artifactId >jakarta.xml.bind-api</artifactId >
Original file line number Diff line number Diff line change 93
93
<artifactId >junit-platform-launcher</artifactId >
94
94
<scope >test</scope >
95
95
</dependency >
96
+ <dependency >
97
+ <groupId >com.github.stephenc.jcip</groupId >
98
+ <artifactId >jcip-annotations</artifactId >
99
+ <scope >test</scope >
100
+ </dependency >
96
101
</dependencies >
97
102
98
103
<build >
Original file line number Diff line number Diff line change 354
354
<artifactId >junit-platform-launcher</artifactId >
355
355
<scope >test</scope >
356
356
</dependency >
357
+ <dependency >
358
+ <groupId >com.github.stephenc.jcip</groupId >
359
+ <artifactId >jcip-annotations</artifactId >
360
+ <scope >test</scope >
361
+ </dependency >
357
362
</dependencies >
358
363
359
364
<build >
Original file line number Diff line number Diff line change 168
168
<artifactId >assertj-core</artifactId >
169
169
<scope >test</scope >
170
170
</dependency >
171
-
171
+ <dependency >
172
+ <groupId >com.github.stephenc.jcip</groupId >
173
+ <artifactId >jcip-annotations</artifactId >
174
+ <scope >test</scope >
175
+ </dependency >
172
176
</dependencies >
173
177
174
178
<build >
You can’t perform that action at this time.
0 commit comments