Skip to content

Commit bc366d4

Browse files
committed
HADOOP-16773. Fix duplicate assertj-core dependency in hadoop-common module. Contributed by Xieming Li.
1 parent 2bbf73f commit bc366d4

File tree

1 file changed

+0
-5
lines changed
  • hadoop-common-project/hadoop-common

1 file changed

+0
-5
lines changed

hadoop-common-project/hadoop-common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,6 @@
348348
<artifactId>wildfly-openssl</artifactId>
349349
<scope>provided</scope>
350350
</dependency>
351-
<dependency>
352-
<groupId>org.assertj</groupId>
353-
<artifactId>assertj-core</artifactId>
354-
<scope>test</scope>
355-
</dependency>
356351
</dependencies>
357352

358353
<build>

0 commit comments

Comments
 (0)