From ecdca2f3a3bb103f6fa2678f0652909ad12f1bfd Mon Sep 17 00:00:00 2001 From: "RENWEIBING\\letre" Date: Sun, 4 May 2025 22:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20maven?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exam-module-judgement-biz/pom.xml | 18 +++++++++++++++++- .../src/main/resources/application.yaml | 2 +- pom.xml | 6 +++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/exam-module-judgement/exam-module-judgement-biz/pom.xml b/exam-module-judgement/exam-module-judgement-biz/pom.xml index fc44e4c2..533cdb0c 100644 --- a/exam-module-judgement/exam-module-judgement-biz/pom.xml +++ b/exam-module-judgement/exam-module-judgement-biz/pom.xml @@ -27,12 +27,22 @@ exam-module-infra-api ${revision} - pc.exam.gg exam-spring-boot-starter-biz-tenant + + + org.apache.xmlbeans + xmlbeans + 5.2.0 + + + net.sf.saxon + Saxon-HE + 12.5 + @@ -133,6 +143,12 @@ 2.4.2-SNAPSHOT compile + + pc.exam.gg + exam-module-system-biz + 2.4.2-SNAPSHOT + compile + diff --git a/exam-server/src/main/resources/application.yaml b/exam-server/src/main/resources/application.yaml index abef94fe..3099ff52 100644 --- a/exam-server/src/main/resources/application.yaml +++ b/exam-server/src/main/resources/application.yaml @@ -266,7 +266,7 @@ exam: topic: ${spring.application.name}-websocket # 消息发送的 Kafka Topic consumer-group: ${spring.application.name}-websocket-consumer # 消息发送的 Kafka Consumer Group swagger: - title: 芋道快速开发平台 + title: 朋辰快速开发平台 description: 提供管理后台、用户 App 的所有功能 version: ${exam.info.version} url: ${exam.web.admin-ui.url} diff --git a/pom.xml b/pom.xml index 1f150cb1..5d0f016b 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,6 @@ aliyun https://maven.aliyun.com/repository/public - spring-milestones Spring Milestones @@ -168,6 +167,11 @@ false + + maven-central + Maven Central Repository + https://repo1.maven.org/maven2/ +