mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(improvement)(headless) fixed package loss error (#577)
This commit is contained in:
@@ -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>
|
||||
|
||||
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user