From 35aad2cf89e1173078134d967af6686d9b3adb6d Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Thu, 23 Mar 2023 18:38:36 +0800 Subject: [PATCH] Switch schbrain-parent to 3.0.1-SNAPSHOT --- initializer-service/pom.xml | 8 -------- initializer-web/pom.xml | 8 ++++++-- initializer-web/src/main/resources/application.yaml | 2 +- pom.xml | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/initializer-service/pom.xml b/initializer-service/pom.xml index 44b4eec..0e173d1 100644 --- a/initializer-service/pom.xml +++ b/initializer-service/pom.xml @@ -38,14 +38,6 @@ com.schbrain.framework dubbo-spring-boot-starter - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - \ No newline at end of file diff --git a/initializer-web/pom.xml b/initializer-web/pom.xml index 5fa9a5a..d1eebaf 100644 --- a/initializer-web/pom.xml +++ b/initializer-web/pom.xml @@ -34,6 +34,10 @@ org.openjdk.jol jol-core + + org.redisson + redisson-spring-boot-starter + @@ -47,8 +51,8 @@ integration-maven-plugin - pl.project13.maven - git-commit-id-plugin + io.github.git-commit-id + git-commit-id-maven-plugin diff --git a/initializer-web/src/main/resources/application.yaml b/initializer-web/src/main/resources/application.yaml index eeb0528..11d7eae 100644 --- a/initializer-web/src/main/resources/application.yaml +++ b/initializer-web/src/main/resources/application.yaml @@ -3,4 +3,4 @@ spring: name: schbrain-initializer apollo: bootstrap: - namespaces: application,redis-common,jdbc-common,eureka-common \ No newline at end of file + namespaces: application,redis-common,jdbc-common \ No newline at end of file diff --git a/pom.xml b/pom.xml index 03ece90..a2eb324 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.schbrain.framework schbrain-parent - 1.0.7-SNAPSHOT + 3.0.1-SNAPSHOT com.schbrain -- GitLab