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/
+