From b049bb1067128ef78a4bfdb858559479433065c7 Mon Sep 17 00:00:00 2001 From: aikai Date: Sat, 21 Jun 2025 11:47:39 +0800 Subject: [PATCH] =?UTF-8?q?build(system):=20=E6=B7=BB=E5=8A=A0=20Infinite?= =?UTF-8?q?=20Automation=20=E7=9A=84=20maven=20=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 yudao-module-system-biz 模块的 pom.xml 文件中添加了两个 Infinite Automation 仓库: - ias-snapshots:用于获取快照版本的依赖 - ias-releases:用于获取正式版本的依赖 - 这些仓库可能包含系统模块所需的特定依赖,区分快照和正式版本以便于开发和发布流程 --- .../yudao-module-system-biz/pom.xml | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/yudao-module-system/yudao-module-system-biz/pom.xml b/yudao-module-system/yudao-module-system-biz/pom.xml index 9d56c0fc3..70bbd8385 100644 --- a/yudao-module-system/yudao-module-system-biz/pom.xml +++ b/yudao-module-system/yudao-module-system-biz/pom.xml @@ -16,7 +16,30 @@ system 模块下,我们放通用业务,支撑上层的核心业务。 例如说:用户、部门、权限、数据字典等等 - + + + + false + + + true + + ias-snapshots + Infinite Automation Snapshot Repository + https://maven.mangoautomation.net/repository/ias-snapshot/ + + + + true + + + false + + ias-releases + Infinite Automation Release Repository + https://maven.mangoautomation.net/repository/ias-release/ + +