<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId>
<version>0.10.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hudi', module='hudi-client-common', version='0.10.0')
)
<parent> <groupId>org.apache.hudi</groupId> <artifactId>hudi-client</artifactId> <version>0.10.0</version> </parent>
compile
|-- org.apache.hudi:hudi-common
|-- org.apache.hudi:hudi-timeline-service
|-- log4j:log4j
|-- org.apache.parquet:parquet-avro
|-- com.github.davidmoten:hilbert-curve:0.2.2
|-- io.dropwizard.metrics:metrics-graphite
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jmx
|-- io.prometheus:simpleclient
|-- io.prometheus:simpleclient_httpserver
|-- io.prometheus:simpleclient_dropwizard
|-- io.prometheus:simpleclient_pushgateway
|-- org.apache.curator:curator-framework
|-- org.apache.curator:curator-client
|-- org.apache.curator:curator-recipes
test
|-- org.apache.hudi:hudi-common
|-- org.apache.hadoop:hadoop-hdfs
|-- org.apache.hadoop:hadoop-common
|-- org.awaitility:awaitility:3.1.2
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.vintage:junit-vintage-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.mockito:mockito-junit-jupiter
|-- org.junit.platform:junit-platform-runner
|-- org.junit.platform:junit-platform-suite-api