Merge branch 'hoxfix/20241010' into dev
This commit is contained in:
commit
2ddcb60f6f
7
pom.xml
7
pom.xml
@ -37,6 +37,7 @@
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<binarywang.weixin-java.version>4.5.0</binarywang.weixin-java.version>
|
||||
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
||||
<feign-httpclient.version>11.8</feign-httpclient.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -87,9 +88,9 @@
|
||||
<version>${msg-center-api-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>4.10.0</version>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-httpclient</artifactId>
|
||||
<version>${feign-httpclient.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@ -78,6 +78,10 @@
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-httpclient</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user