Skip to content

Commit 0b7f148

Browse files
committed
Revert "MAPREDUCE-7428. Fix failures related to Junit 4 to Junit 5 upgrade in org.apache.hadoop.mapreduce.v2.app.webapp (#5209)"
This reverts commit 85ec796.
1 parent ca3526d commit 0b7f148

File tree

1 file changed

+0
-20
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app

1 file changed

+0
-20
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,6 @@
124124
<artifactId>assertj-core</artifactId>
125125
<scope>test</scope>
126126
</dependency>
127-
<dependency>
128-
<groupId>org.junit.platform</groupId>
129-
<artifactId>junit-platform-launcher</artifactId>
130-
<scope>test</scope>
131-
</dependency>
132-
<dependency>
133-
<groupId>org.junit.jupiter</groupId>
134-
<artifactId>junit-jupiter-api</artifactId>
135-
<scope>test</scope>
136-
</dependency>
137-
<dependency>
138-
<groupId>org.junit.jupiter</groupId>
139-
<artifactId>junit-jupiter-engine</artifactId>
140-
<scope>test</scope>
141-
</dependency>
142-
<dependency>
143-
<groupId>org.junit.platform</groupId>
144-
<artifactId>junit-platform-launcher</artifactId>
145-
<scope>test</scope>
146-
</dependency>
147127
</dependencies>
148128

149129
<build>

0 commit comments

Comments
 (0)