(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>

View File

@@ -58,6 +58,7 @@
<commons.compress.version>1.21</commons.compress.version>
<jetty.util.version>6.1.26</jetty.util.version>
<spring.version>2.5.1</spring.version>
<jsonpath.version>2.8.0</jsonpath.version>
<calcite.version>1.35.0</calcite.version>
<calcite.avatica.version>1.23.0</calcite.avatica.version>
<xk.time.version>3.2.4</xk.time.version>