This commit is contained in:
Zoltan Haindrich 2024-08-06 10:31:32 +00:00
parent 61c3b16b17
commit f867db774a
1 changed files with 5 additions and 0 deletions

View File

@ -218,6 +218,11 @@
<artifactId>quidem</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-testkit</artifactId>