mirror of
https://gitee.com/mmsAdmin/mms
synced 2025-12-06 17:08:54 +08:00
新增mms-ai模块
This commit is contained in:
parent
c69243935a
commit
09ea3ec46a
@ -1 +1 @@
|
||||
Subproject commit e2483a89f8277b3f5f87024e163f42c987d8108a
|
||||
Subproject commit 3428242c14ab0f52ad569b79b78bd667d7973319
|
||||
13
pom.xml
13
pom.xml
@ -74,6 +74,7 @@
|
||||
<clickhouse.version>0.3.2</clickhouse.version>
|
||||
<kingbase8.version>8.6.0</kingbase8.version>
|
||||
<commons-pool2.version>2.6.2</commons-pool2.version>
|
||||
<gson.version>2.8.9</gson.version>
|
||||
|
||||
<!-- 插件版本 -->
|
||||
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
||||
@ -325,6 +326,11 @@
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
@ -505,7 +511,12 @@
|
||||
<artifactId>mms-authority</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- AI模块-->
|
||||
<dependency>
|
||||
<groupId>com.sxpcwlkj</groupId>
|
||||
<artifactId>mms-ai</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!--支付-微信-->
|
||||
<dependency>
|
||||
<groupId>com.github.javen205</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user