Skip to content

Commit c37e424

Browse files
authored
HADOOP-19678. [JDK17] Remove powermock dependency. (#7939) Contributed by Tsz-Wo Nicholas Sze.
* HADOOP-19678. [JDK17] Remove powermock dependency. Signed-off-by: Shilun Fan <[email protected]>
1 parent 520af68 commit c37e424

File tree

2 files changed

+0
-68
lines changed
  • hadoop-cloud-storage-project/hadoop-huaweicloud
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore

2 files changed

+0
-68
lines changed

hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -171,29 +171,5 @@
171171
</exclusion>
172172
</exclusions>
173173
</dependency>
174-
<dependency>
175-
<groupId>org.powermock</groupId>
176-
<artifactId>powermock-api-mockito2</artifactId>
177-
<version>2.0.9</version>
178-
<scope>test</scope>
179-
<exclusions>
180-
<exclusion>
181-
<groupId>org.mockito</groupId>
182-
<artifactId>mockito-core</artifactId>
183-
</exclusion>
184-
</exclusions>
185-
</dependency>
186-
<dependency>
187-
<groupId>org.powermock</groupId>
188-
<artifactId>powermock-module-junit4</artifactId>
189-
<version>2.0.9</version>
190-
<scope>test</scope>
191-
<exclusions>
192-
<exclusion>
193-
<groupId>org.mockito</groupId>
194-
<artifactId>mockito-core</artifactId>
195-
</exclusion>
196-
</exclusions>
197-
</dependency>
198174
</dependencies>
199175
</project>

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -68,50 +68,6 @@
6868
</exclusion>
6969
</exclusions>
7070
</dependency>
71-
<dependency>
72-
<groupId>org.powermock</groupId>
73-
<artifactId>powermock-api-mockito2</artifactId>
74-
<version>2.0.9</version>
75-
<scope>test</scope>
76-
<exclusions>
77-
<exclusion>
78-
<groupId>org.mockito</groupId>
79-
<artifactId>mockito-core</artifactId>
80-
</exclusion>
81-
<exclusion>
82-
<groupId>net.bytebuddy</groupId>
83-
<artifactId>byte-buddy</artifactId>
84-
</exclusion>
85-
<exclusion>
86-
<groupId>net.bytebuddy</groupId>
87-
<artifactId>byte-buddy-agent</artifactId>
88-
</exclusion>
89-
</exclusions>
90-
</dependency>
91-
<dependency>
92-
<groupId>org.powermock</groupId>
93-
<artifactId>powermock-module-junit4</artifactId>
94-
<version>2.0.9</version>
95-
<scope>test</scope>
96-
<exclusions>
97-
<exclusion>
98-
<groupId>org.mockito</groupId>
99-
<artifactId>mockito-inline</artifactId>
100-
</exclusion>
101-
<exclusion>
102-
<groupId>org.mockito</groupId>
103-
<artifactId>mockito-core</artifactId>
104-
</exclusion>
105-
<exclusion>
106-
<groupId>net.bytebuddy</groupId>
107-
<artifactId>byte-buddy</artifactId>
108-
</exclusion>
109-
<exclusion>
110-
<groupId>net.bytebuddy</groupId>
111-
<artifactId>byte-buddy-agent</artifactId>
112-
</exclusion>
113-
</exclusions>
114-
</dependency>
11571
<dependency>
11672
<groupId>io.reactivex</groupId>
11773
<artifactId>rxjava</artifactId>

0 commit comments

Comments
 (0)