From f26be466852fff62ab90ee47582c6c490c5f8947 Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Sun, 4 Jun 2023 13:46:11 +0800 Subject: [PATCH 1/2] add private repo --- fizz-core/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index 53935a1..b2d707d 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -334,6 +334,28 @@ true + + + rdc-releases + https://packages.aliyun.com/maven/repository/2149645-release-bYG3kG/ + + true + + + false + + + + rdc-snapshots + https://packages.aliyun.com/maven/repository/2149645-snapshot-1twqZE/ + + false + + + true + + + From 2722235d895c8c01eeea0e403760ff2fdba02705 Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Sun, 4 Jun 2023 17:36:50 +0800 Subject: [PATCH 2/2] exclude fizz-core --- fizz-core/pom.xml | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index b2d707d..f227aee 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -21,6 +21,12 @@ com.fizzgate fizz-aggregate-spring-boot-starter ${aggregate.version} + + + com.fizzgate + fizz-core + + @@ -334,28 +340,6 @@ true - - - rdc-releases - https://packages.aliyun.com/maven/repository/2149645-release-bYG3kG/ - - true - - - false - - - - rdc-snapshots - https://packages.aliyun.com/maven/repository/2149645-snapshot-1twqZE/ - - false - - - true - - -