mirror of https://github.com/apache/druid.git
fix pom
This commit is contained in:
parent
61c3b16b17
commit
f867db774a
|
@ -218,6 +218,11 @@
|
||||||
<artifactId>quidem</artifactId>
|
<artifactId>quidem</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.calcite.avatica</groupId>
|
||||||
|
<artifactId>avatica-core</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.calcite</groupId>
|
<groupId>org.apache.calcite</groupId>
|
||||||
<artifactId>calcite-testkit</artifactId>
|
<artifactId>calcite-testkit</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue