<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>2.3.0</version>
</dependency>
<parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> <version>2.3.0</version> </parent>
compile
|-- org.apache.hive:hive-common
|-- org.apache.hive:hive-service
|-- org.apache.hive:hive-serde
|-- org.apache.hive:hive-metastore
|-- org.apache.hive:hive-shims
|-- org.apache.hive:hive-service-rpc
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- org.apache.thrift:libthrift
|-- org.apache.zookeeper:zookeeper
|-- org.apache.curator:curator-framework
|-- org.apache.hadoop:hadoop-common
test
|-- junit:junit