Skip to content

Commit 177cd4d

Browse files
committed
Revert "HADOOP-19632. Upgrade nimbus-jose-jwt to 10.4 (apache#7965)"
This reverts commit 3baa288.
1 parent 4a2f6cf commit 177cd4d

5 files changed

Lines changed: 3 additions & 23 deletions

File tree

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ com.google.http-client:google-http-client:1.46.3
269269
com.google.j2objc:j2objc-annotations:3.0.0
270270
com.google.oauth-client:google-oauth-client:1.37.0
271271
com.microsoft.azure:azure-storage:7.0.0
272-
com.nimbusds:nimbus-jose-jwt:10.4
272+
com.nimbusds:nimbus-jose-jwt:9.37.2
273273
com.zaxxer:HikariCP:4.0.3
274274
commons-beanutils:commons-beanutils:1.9.4
275275
commons-cli:commons-cli:1.9.0

hadoop-project/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@
237237
<openssl-wildfly.version>2.1.4.Final</openssl-wildfly.version>
238238
<jsonschema2pojo.version>1.0.2</jsonschema2pojo.version>
239239
<woodstox.version>5.4.0</woodstox.version>
240-
<nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version>
241-
<jcip-annotations.version>1.0-1</jcip-annotations.version>
240+
<nimbus-jose-jwt.version>9.37.2</nimbus-jose-jwt.version>
242241
<nodejs.version>v12.22.1</nodejs.version>
243242
<yarnpkg.version>v1.22.5</yarnpkg.version>
244243
<apache-ant.version>1.10.13</apache-ant.version>
@@ -1544,11 +1543,6 @@
15441543
<artifactId>jsr305</artifactId>
15451544
<version>3.0.2</version>
15461545
</dependency>
1547-
<dependency>
1548-
<groupId>com.github.stephenc.jcip</groupId>
1549-
<artifactId>jcip-annotations</artifactId>
1550-
<version>${jcip-annotations.version}</version>
1551-
</dependency>
15521546
<dependency>
15531547
<groupId>jakarta.xml.bind</groupId>
15541548
<artifactId>jakarta.xml.bind-api</artifactId>

hadoop-tools/hadoop-sls/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
<artifactId>junit-platform-launcher</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>com.github.stephenc.jcip</groupId>
98-
<artifactId>jcip-annotations</artifactId>
99-
<scope>test</scope>
100-
</dependency>
10196
</dependencies>
10297

10398
<build>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,6 @@
354354
<artifactId>junit-platform-launcher</artifactId>
355355
<scope>test</scope>
356356
</dependency>
357-
<dependency>
358-
<groupId>com.github.stephenc.jcip</groupId>
359-
<artifactId>jcip-annotations</artifactId>
360-
<scope>test</scope>
361-
</dependency>
362357
</dependencies>
363358

364359
<build>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,7 @@
168168
<artifactId>assertj-core</artifactId>
169169
<scope>test</scope>
170170
</dependency>
171-
<dependency>
172-
<groupId>com.github.stephenc.jcip</groupId>
173-
<artifactId>jcip-annotations</artifactId>
174-
<scope>test</scope>
175-
</dependency>
171+
176172
</dependencies>
177173

178174
<build>

0 commit comments

Comments
 (0)