HADOOP-16773. Fix duplicate assertj-core dependency in hadoop-common module. Contributed by Xieming Li.

This commit is contained in:
Akira Ajisaka 2020-01-07 20:49:24 +09:00
parent 2bbf73f1df
commit bc366d4ea7
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -348,11 +348,6 @@
<artifactId>wildfly-openssl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>