<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-common</artifactId>
<version>0.15.0</version>
</dependency>
<parent> <groupId>org.apache.hudi</groupId> <artifactId>hudi</artifactId> <version>0.15.0</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-1.2-api
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- com.fasterxml.jackson.module:jackson-module-afterburner
|-- com.fasterxml.jackson.module:jackson-module-afterburner
|-- com.github.ben-manes.caffeine:caffeine
|-- org.apache.parquet:parquet-avro
|-- org.roaringbitmap:RoaringBitmap
|-- org.apache.httpcomponents:fluent-hc
|-- org.apache.httpcomponents:httpclient
|-- com.esotericsoftware:kryo-shaded
|-- org.apache.hbase:hbase-client
|-- org.apache.hbase:hbase-server
|-- 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
test
|-- org.apache.hudi:hudi-tests-common
|-- com.github.stefanbirkner:system-rules:1.17.2
|-- org.apache.spark:spark-streaming-kafka-0-10_${scala.binary.version}