<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-geode</artifactId>
<version>1.20.0</version>
</dependency>
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.20.0</version> </parent>
compile
|-- org.apache.calcite:calcite-core
|-- org.apache.calcite:calcite-linq4j
|-- org.apache.calcite.avatica:avatica-core
|-- org.apache.commons:commons-lang3:3.2
|-- org.apache.geode:geode-core
test
|-- org.apache.calcite:calcite-core
|-- junit:junit