<dependency>
<groupId>org.apache.hive.shims</groupId>
<artifactId>hive-shims-common</artifactId>
<version>3.1.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hive.shims', module='hive-shims-common', version='3.1.2')
)
<parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> <version>3.1.2</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.hadoop:hadoop-client
|-- org.apache.thrift:libthrift
|-- org.apache.curator:curator-framework
|-- org.apache.zookeeper:zookeeper
test
|-- junit:junit