mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-26 10:14:19 +08:00
10
pom.xml
10
pom.xml
@@ -5,10 +5,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.tencent.supersonic</groupId>
|
||||
|
||||
<artifactId>supersonic</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>${revision}</version>
|
||||
|
||||
<modules>
|
||||
<module>auth</module>
|
||||
<module>chat</module>
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<version>2.7.2</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
@@ -58,7 +58,7 @@
|
||||
<transmittable.version>2.12.1</transmittable.version>
|
||||
<commons.compress.version>1.21</commons.compress.version>
|
||||
<jetty.util.version>6.1.26</jetty.util.version>
|
||||
<spring.version>2.5.1</spring.version>
|
||||
<!--<spring.version>2.7.2</spring.version>-->
|
||||
<jsonpath.version>2.8.0</jsonpath.version>
|
||||
<calcite.version>1.37.0</calcite.version>
|
||||
<calcite.avatica.version>1.23.0</calcite.avatica.version>
|
||||
@@ -205,11 +205,11 @@
|
||||
<version>${langchain4j.version}</version>
|
||||
</dependency>
|
||||
<!---langchain4j-->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-autoconfigure-processor</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user