<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-babel</artifactId>
<version>1.19.0</version>
</dependency>
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.19.0</version> </parent>
compile
|-- org.apache.calcite.avatica:avatica-core
|-- org.apache.calcite:calcite-core
test
|-- org.apache.calcite:calcite-core
|-- net.hydromatic:scott-data-hsqldb
|-- org.hamcrest:hamcrest-core
|-- junit:junit