(improvement)(headless) fixed package loss error (#577)

This commit is contained in:
jipeli
2023-12-27 22:32:00 +08:00
committed by GitHub
parent f788249b1a
commit 327bab015e
2 changed files with 6 additions and 0 deletions

View File

@@ -72,6 +72,11 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath.version}</version>
</dependency>
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>