diff --git a/camellia-delay-queue/camellia-delay-queue-server-bootstrap/pom.xml b/camellia-delay-queue/camellia-delay-queue-server-bootstrap/pom.xml index 891aa009e..830d7c1f5 100644 --- a/camellia-delay-queue/camellia-delay-queue-server-bootstrap/pom.xml +++ b/camellia-delay-queue/camellia-delay-queue-server-bootstrap/pom.xml @@ -12,6 +12,23 @@ 1.3.0-SNAPSHOT + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + redis.clients + jedis + ${jedis.version} + + + + com.netease.nim diff --git a/camellia-hot-key/camellia-hot-key-server-bootstrap/pom.xml b/camellia-hot-key/camellia-hot-key-server-bootstrap/pom.xml index ee17157f6..f3073548d 100644 --- a/camellia-hot-key/camellia-hot-key-server-bootstrap/pom.xml +++ b/camellia-hot-key/camellia-hot-key-server-bootstrap/pom.xml @@ -12,6 +12,23 @@ 1.3.0-SNAPSHOT + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + redis.clients + jedis + ${jedis.version} + + + + com.netease.nim diff --git a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-segment-server-bootstrap/pom.xml b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-segment-server-bootstrap/pom.xml index 0dfde8784..2e4a70c5f 100644 --- a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-segment-server-bootstrap/pom.xml +++ b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-segment-server-bootstrap/pom.xml @@ -12,6 +12,23 @@ 1.3.0-SNAPSHOT + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + redis.clients + jedis + ${jedis.version} + + + + com.netease.nim diff --git a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-snowflake-server-bootstrap/pom.xml b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-snowflake-server-bootstrap/pom.xml index fa1397631..c364bb5b1 100644 --- a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-snowflake-server-bootstrap/pom.xml +++ b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-snowflake-server-bootstrap/pom.xml @@ -12,6 +12,23 @@ 1.3.0-SNAPSHOT + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + redis.clients + jedis + ${jedis.version} + + + + com.netease.nim diff --git a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-strict-server-bootstrap/pom.xml b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-strict-server-bootstrap/pom.xml index 7dc6caff2..fc92b2b2b 100644 --- a/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-strict-server-bootstrap/pom.xml +++ b/camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-strict-server-bootstrap/pom.xml @@ -12,6 +12,23 @@ 1.3.0-SNAPSHOT + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + redis.clients + jedis + ${jedis.version} + + + + com.netease.nim diff --git a/camellia-redis-proxy/camellia-redis-proxy-bootstrap/pom.xml b/camellia-redis-proxy/camellia-redis-proxy-bootstrap/pom.xml index 36606a0f9..abfb1a175 100644 --- a/camellia-redis-proxy/camellia-redis-proxy-bootstrap/pom.xml +++ b/camellia-redis-proxy/camellia-redis-proxy-bootstrap/pom.xml @@ -107,6 +107,18 @@ + + + + org.springframework.boot + spring-boot-dependencies + ${server.spring.boot.version} + pom + import + + + + com.netease.nim