From 09ea3ec46ab660eef3b38565f8bb508b0d5de704 Mon Sep 17 00:00:00 2001 From: MMS Date: Thu, 10 Apr 2025 21:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Emms-ai=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mms-modules | 2 +- pom.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/mms-modules b/mms-modules index e2483a8..3428242 160000 --- a/mms-modules +++ b/mms-modules @@ -1 +1 @@ -Subproject commit e2483a89f8277b3f5f87024e163f42c987d8108a +Subproject commit 3428242c14ab0f52ad569b79b78bd667d7973319 diff --git a/pom.xml b/pom.xml index 78cf8fc..954b2c4 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ 0.3.2 8.6.0 2.6.2 + 2.8.9 3.4.2 @@ -325,6 +326,11 @@ guava ${guava.version} + + com.google.code.gson + gson + ${gson.version} + com.alibaba @@ -505,7 +511,12 @@ mms-authority ${revision} - + + + com.sxpcwlkj + mms-ai + ${revision} + com.github.javen205