From 7f23dfe83efc9ce31a81300aa70a0ef9e0fd58f1 Mon Sep 17 00:00:00 2001 From: Jacky <126549527+Jacky-code519@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:23:00 +0800 Subject: [PATCH] Update pom.xml --- .../pom.xml | 69 +++++++++++++++++-- 1 file changed, 64 insertions(+), 5 deletions(-) diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml index b90bd1a8..5f415d80 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml @@ -13,6 +13,12 @@ org.springframework.boot spring-boot-starter + + + jakarta.annotation-api + jakarta.annotation + + org.springframework.boot @@ -23,6 +29,20 @@ cn.hippo4j hippo4j-core ${project.version} + + + spring-boot-configuration-processor + org.springframework.boot + + + error_prone_annotations + com.google.errorprone + + + checker-qual + org.checkerframework + + cn.hippo4j @@ -40,6 +60,12 @@ spring-cloud-starter-alibaba-nacos-config ${spring-cloud-starter-alibaba-nacos-config.version} true + + + spring-security-crypto + org.springframework.security + + com.ctrip.framework.apollo @@ -53,12 +79,28 @@ ${consul.version} compile true + + + bcpkix-jdk15on + org.bouncycastle + + + spring-security-rsa + org.springframework.security + + org.apache.curator curator-framework ${curator-framework.version} true + + + audience-annotations + org.apache.yetus + + io.etcd @@ -104,13 +146,24 @@ io.grpc grpc-all + + circuitbreaker-common + com.tencent.polaris + + + polaris-circuitbreaker-api + com.tencent.polaris + + + simpleclient_common + io.prometheus + + + simpleclient_httpserver + io.prometheus + - - org.springframework.boot - spring-boot-configuration-processor - true - cn.hippo4j hippo4j-adapter-base @@ -131,5 +184,11 @@ hippo4j-spring-boot-starter-monitor-micrometer ${project.version} + + org.bouncycastle + bcprov-jdk15on + 1.64 + compile +