File tree Expand file tree Collapse file tree 5 files changed +23
-2
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
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ com.google.guava:guava:20.0
240240com.google.guava:guava:32.0.1-jre
241241com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
242242com.microsoft.azure:azure-storage:7.0.0
243- com.nimbusds:nimbus-jose-jwt:9.37.2
243+ com.nimbusds:nimbus-jose-jwt:10.4
244244com.zaxxer:HikariCP:4.0.3
245245commons-beanutils:commons-beanutils:1.9.4
246246commons-cli:commons-cli:1.9.0
Original file line number Diff line number Diff line change 233233 <openssl-wildfly .version>2.1.4.Final</openssl-wildfly .version>
234234 <jsonschema2pojo .version>1.0.2</jsonschema2pojo .version>
235235 <woodstox .version>5.4.0</woodstox .version>
236- <nimbus-jose-jwt .version>9.37.2</nimbus-jose-jwt .version>
236+ <nimbus-jose-jwt .version>10.4</nimbus-jose-jwt .version>
237+ <jcip-annotations .version>1.0-1</jcip-annotations .version>
237238 <nodejs .version>v12.22.1</nodejs .version>
238239 <yarnpkg .version>v1.22.5</yarnpkg .version>
239240 <apache-ant .version>1.10.13</apache-ant .version>
16021603 <artifactId >jaxb-api</artifactId >
16031604 <version >2.2.11</version >
16041605 </dependency >
1606+ <dependency >
1607+ <groupId >com.github.stephenc.jcip</groupId >
1608+ <artifactId >jcip-annotations</artifactId >
1609+ <version >${jcip-annotations.version} </version >
1610+ </dependency >
16051611 <dependency >
16061612 <groupId >org.codehaus.jettison</groupId >
16071613 <artifactId >jettison</artifactId >
Original file line number Diff line number Diff line change 7878 <artifactId >mockito-core</artifactId >
7979 <scope >test</scope >
8080 </dependency >
81+ <dependency >
82+ <groupId >com.github.stephenc.jcip</groupId >
83+ <artifactId >jcip-annotations</artifactId >
84+ <scope >test</scope >
85+ </dependency >
8186 </dependencies >
8287
8388 <build >
Original file line number Diff line number Diff line change 335335 <groupId >com.fasterxml.jackson.core</groupId >
336336 <artifactId >jackson-databind</artifactId >
337337 </dependency >
338+ <dependency >
339+ <groupId >com.github.stephenc.jcip</groupId >
340+ <artifactId >jcip-annotations</artifactId >
341+ <scope >test</scope >
342+ </dependency >
338343 </dependencies >
339344
340345 <build >
Original file line number Diff line number Diff line change 168168 <type >test-jar</type >
169169 </dependency >
170170
171+ <dependency >
172+ <groupId >com.github.stephenc.jcip</groupId >
173+ <artifactId >jcip-annotations</artifactId >
174+ <scope >test</scope >
175+ </dependency >
171176 </dependencies >
172177
173178 <build >
You can’t perform that action at this time.
0 commit comments