diff --git a/initializer-service/pom.xml b/initializer-service/pom.xml
index 44b4eec6cc36139fa80d10c0c89d8d29a7c283dd..0e173d1cc8266b511a681c50249167aedc09b7f8 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 5fa9a5ac943b3dbf0664768f6c25813f8501c466..d1eebaf42a820b1d0fb029d6686c2fbc82b3fe7e 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 eeb05284b8d1dacdd4f2258e1ae8541d05540822..11d7eae1a4f54d4b7dfef3a71043132f32b0aab6 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 03ece9018106c7ad64f4377e4a3cc3a557b33e96..a2eb32477e718ce40c2ef727f9eba6ca6546d1bf 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