<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<version>3.3.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-hdfs-client', version='3.3.0')
)
<parent> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-project-dist</artifactId> <version>3.3.0</version> </parent>
compile
|-- com.squareup.okhttp:okhttp
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
provided
|-- org.apache.hadoop:hadoop-common
test
|-- junit:junit