From e90c17012a2285a0594fa1f61fd115326c65b90b Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 15 Jun 2023 09:39:29 +0800 Subject: [PATCH] ci: maven plugin repos --- backend/framework/domain/pom.xml | 44 -------------------------------- pom.xml | 6 +++++ 2 files changed, 6 insertions(+), 44 deletions(-) diff --git a/backend/framework/domain/pom.xml b/backend/framework/domain/pom.xml index 6bcce2e46d..dff32f19dd 100644 --- a/backend/framework/domain/pom.xml +++ b/backend/framework/domain/pom.xml @@ -32,49 +32,5 @@ - - - - org.mybatis.generator - mybatis-generator-maven-plugin - 1.3.7 - - true - true - src/main/resources/loadGeneratorConfig.xml - src/main/resources/sdkGeneratorConfig.xml - src/main/resources/projectGeneratorConfig.xml - src/main/resources/systemGeneratorConfig.xml - src/main/resources/uiGeneratorConfig.xml - src/main/resources/bugGeneratorConfig.xml - src/main/resources/apiGeneratorConfig.xml - src/main/resources/functionalGeneratorConfig.xml - - - - mysql - mysql-connector-java - 8.0.16 - - - com.itfsw - mybatis-generator-plugin - 1.3.10 - - - io.metersphere - mybatis-tools - 3.0.0 - - - - - - - - fit2cloud-public - https://repository.fit2cloud.com/repository/public/ - - diff --git a/pom.xml b/pom.xml index 22612cac6b..90f39237a7 100644 --- a/pom.xml +++ b/pom.xml @@ -249,4 +249,10 @@ https://repository.fit2cloud.com/content/repositories/fit2cloud-public + + + fit2cloud-public + https://repository.fit2cloud.com/repository/public/ + +